EntityDataTableAdapter Members

Include Protected Members
Include Inherited Members

NOTE: This API is now obsolete.

Transforms an IEntityInstanceEnumerator object into a Microsoft ADO.NET DataTable object. Each data row in the table represents an entity instance in the enumerator.

The EntityDataTableAdapter type exposes the following members.

Constructors

  Name Description
Public method EntityDataTableAdapter(IEntityInstanceEnumerator) Obsolete. 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) Obsolete. 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) Obsolete. 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) Obsolete. 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) Obsolete. 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) Obsolete. 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

Properties

  Name Description
Public property EntitiesAsDataTable Obsolete. Returns the DataTable object containing the entity instances as data rows.
Public property Item Obsolete. Returns the entity instance contained in the specified data row from the DataTable object.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method Populate Obsolete. Populates the DataTable object. This is not a public method. This method is reserved for future use.
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member ColNameSerializedId Obsolete. Represents the column name of the serialized ID column in the DataTable object.

Top

See Also

Reference

EntityDataTableAdapter Class

Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace