EntityInstanceEnumeratorBase.SharedEntityState Property
When overridden in a derived class, returns the SharedEntityState object for the entity instances in the enumerator.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property SharedEntityState As SharedEntityState
Get
'Usage
Dim instance As EntityInstanceEnumeratorBase
Dim value As SharedEntityState
value = instance.SharedEntityState
public SharedEntityState SharedEntityState { get; }
Property Value
Type: Microsoft.Office.Server.ApplicationRegistry.Runtime.SharedEntityState
The SharedEntityState object representing the shared entity state information for the entity instances in the enumerator.
Implements
IEntityInstanceEnumerator.SharedEntityState
Remarks
All entity instances in an enumerator belong to the same entity and therefore have much common information, such as the entity name, member, and type descriptor information. Instead of storing this information for every entity instance, the Business Data Catalog stores this information only one time for an enumerator, in a SharedEntityState object.
See Also
Reference
EntityInstanceEnumeratorBase Class
EntityInstanceEnumeratorBase Members
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace