Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Transforms an IEntityInstanceEnumerator object into a Microsoft ADO.NET DataTable object. Each data row in the table represents an entity instance in the enumerator.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub New ( _
dataSource As IEntityInstanceEnumerator _
)
'Usage
Dim dataSource As IEntityInstanceEnumerator
Dim instance As New EntityDataTableAdapter(dataSource)
public EntityDataTableAdapter(
IEntityInstanceEnumerator dataSource
)
Parameters
- dataSource
Type: Microsoft.Office.Server.ApplicationRegistry.Runtime.IEntityInstanceEnumerator
An IEntityInstanceEnumerator object to be transformed.
See Also
Reference
EntityDataTableAdapter Members
EntityDataTableAdapter Overload
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace