IExecutionContext.UnManageProperty Method

Marks a property as unmanaged, preventing it to be disposed when the execution context is disposed.

Namespace:  Microsoft.BusinessData.Runtime
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Sub UnManageProperty ( _
    propertyName As String _
)
'Usage
Dim instance As IExecutionContext
Dim propertyName As String

instance.UnManageProperty(propertyName)
void UnManageProperty(
    string propertyName
)

Parameters

See Also

Reference

IExecutionContext Interface

IExecutionContext Members

Microsoft.BusinessData.Runtime Namespace