IEntityInstanceEnumerator.SharedEntityState Property
Retrieves the state shared across the External Items in the enumerator.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property SharedEntityState As ISharedEntityState
Get
'Usage
Dim instance As IEntityInstanceEnumerator
Dim value As ISharedEntityState
value = instance.SharedEntityState
ISharedEntityState SharedEntityState { get; }
Property Value
Type: Microsoft.BusinessData.Runtime.ISharedEntityState
The state.
See Also
Reference
IEntityInstanceEnumerator Interface