Share via


EntityInstanceEnumeratorBase Constructor

NOTE: This API is now obsolete.

Creates a new EntityInstanceEnumeratorBase object for the specified native enumerator object from the back-end application and SharedEntityState object.

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

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public Sub New ( _
    lobAdapterEnumerator As IEnumerator, _
    sharedEntityState As SharedEntityState _
)
'Usage
Dim lobAdapterEnumerator As IEnumerator
Dim sharedEntityState As SharedEntityState

Dim instance As New EntityInstanceEnumeratorBase(lobAdapterEnumerator, _
    sharedEntityState)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public EntityInstanceEnumeratorBase(
    IEnumerator lobAdapterEnumerator,
    SharedEntityState sharedEntityState
)

Parameters

See Also

Reference

EntityInstanceEnumeratorBase Class

EntityInstanceEnumeratorBase Members

Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace