EntityDataTableAdapter Members
Include Protected Members
Include Inherited Members
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 | |
---|---|---|
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. | |
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. | |
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. | |
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. | |
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. | |
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
Properties
Name | Description | |
---|---|---|
EntitiesAsDataTable | Returns the DataTable object containing the entity instances as data rows. | |
Item | Returns the entity instance contained in the specified data row from the DataTable object. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Populate | Populates the DataTable object. This is not a public method. This method is reserved for future use. | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
ColNameSerializedId | Represents the column name of the serialized ID column in the DataTable object. |
Top
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace