Share via


DbEntityInstanceEnumerator.SharedEntityState Property

NOTE: This API is now obsolete.

When overridden in a derived class, returns the SharedEntityState object for the entity instances in the enumerator. 

Namespace:  Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public ReadOnly Property SharedEntityState As SharedEntityState
    Get
'Usage
Dim instance As DbEntityInstanceEnumerator
Dim value As SharedEntityState

value = instance.SharedEntityState
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
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 a lot of information in common including the entity name. 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

DbEntityInstanceEnumerator Class

DbEntityInstanceEnumerator Members

Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db Namespace