Share via


EntityDataTableAdapter Constructor

Include Protected Members
Include Inherited Members

Overload List

  Name Description
Public method EntityDataTableAdapter(IEntityInstanceEnumerator) Transforms an IEntityInstanceEnumerator object into a Microsoft ADO.NET DataTable object. Each data row in the table represents an entity instance in the enumerator.
Public method EntityDataTableAdapter(IEntityInstanceEnumerator, Boolean) Transforms an IEntityInstanceEnumerator object into a Microsoft ADO.NET DataTable object, and serializes the identifier column. Each data row in the table represents an entity instance in the enumerator.
Public method EntityDataTableAdapter(IEntityInstanceEnumerator, Int32) Transforms the specified number of entity instances in an IEntityInstanceEnumerator object into a Microsoft ADO.NET DataTable object. Each data row in the table represents an entity instance in the enumerator.
Public method EntityDataTableAdapter(IEntityInstanceEnumerator, Int32, Boolean) Transforms the specified number of entity instances in an IEntityInstanceEnumerator object into a Microsoft ADO.NET DataTable object, also serializing the ID column. Each data row in the table represents an entity instance in the enumerator.
Public method EntityDataTableAdapter(IEntityInstanceEnumerator, UInt32, Int32) Transforms the specified number of entity instances starting from the specified offset in an IEntityInstanceEnumerator object into a Microsoft ADO.NET DataTable object. Each data row in the table represents an entity instance in the enumerator.
Public method EntityDataTableAdapter(IEntityInstanceEnumerator, UInt32, Int32, Boolean) Transforms the specified number of entity instances starting from the specified offset in an IEntityInstanceEnumerator object into a Microsoft ADO.NET DataTable object, and serializes the ID column. Each data row in the table represents an entity instance in the enumerator.

Top

See Also

Reference

EntityDataTableAdapter Class

EntityDataTableAdapter Members

Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace