Share via


IEntityInstance.InstanceOperationMode Property

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.

See Also

Reference

IEntityInstance Interface

IEntityInstance Members

Microsoft.BusinessData.Runtime Namespace