Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the operation mode that this External Item is working in.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property InstanceOperationMode As OperationMode
Get
'Usage
Dim instance As IEntityInstance
Dim value As OperationMode
value = instance.InstanceOperationMode
OperationMode InstanceOperationMode { get; }
Property Value
Type: Microsoft.BusinessData.Runtime.OperationMode
The operation mode.
Remarks
This operation mode will be used for Update and Delete operations on this External Item.