EntityDataTableAdapter 构造函数 (Microsoft.Office.Server.ApplicationRegistry.Runtime)

重载列表

名称 说明
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.

另请参阅

参考

EntityDataTableAdapter 类
EntityDataTableAdapter 成员
Microsoft.Office.Server.ApplicationRegistry.Runtime 命名空间