IExecutionContext Methods

Include Protected Members
Include Inherited Members

The IExecutionContext type exposes the following members.

Methods

  Name Description
Public method Dispose (Inherited from IDisposable.)
Public method IsManagedProperty Determines whether a property is managed by the execution context.
Public method IsPropertyDefined Determines whether the specified property exists in the execution context.
Public method ManageProperty Marks a property as managed, in which case, it will be disposed when the context is disposed.
Public method UndefineProperty Removes the property from the execution context.
Public method UnManageProperty Marks a property as unmanaged, preventing it to be disposed when the execution context is disposed.

Top

See Also

Reference

IExecutionContext Interface

Microsoft.BusinessData.Runtime Namespace