IDataSystemUtility.CreateEntityInstanceDataReader Method
Namespace: Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Function CreateEntityInstanceDataReader ( _
rawAdapterEntityStream As Object, _
sharedEntityState As SharedEntityState _
) As IEntityInstanceEnumerator
'Usage
Dim instance As IDataSystemUtility
Dim rawAdapterEntityStream As Object
Dim sharedEntityState As SharedEntityState
Dim returnValue As IEntityInstanceEnumerator
returnValue = instance.CreateEntityInstanceDataReader(rawAdapterEntityStream, _
sharedEntityState)
IEntityInstanceEnumerator CreateEntityInstanceDataReader(
Object rawAdapterEntityStream,
SharedEntityState sharedEntityState
)
Parameters
- rawAdapterEntityStream
Type: System.Object
- sharedEntityState
Type: Microsoft.Office.Server.ApplicationRegistry.Runtime.SharedEntityState
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.Runtime.IEntityInstanceEnumerator
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace