Share via


IRuntimeHelper.CreateDataTable Method

Include Protected Members
Include Inherited Members

Creates a DataTable and populates with data from an enumeration of External ItemExternal Items.

Overload List

  Name Description
Public method CreateDataTable(IEntityInstanceEnumerator) Creates a DataTable with the data obtained from the given enumeration of External ItemExternal Items.
Public method CreateDataTable(IEntityInstanceEnumerator, Boolean) Creates a DataTable with the data obtained from the given enumeration of External ItemExternal Items, with an option to create an extra column to store identities of the External ItemExternal Items.
Public method CreateDataTable(IEntityInstanceEnumerator, Int32) Creates a DataTable with the data obtained from the given enumeration of External ItemExternal Items with a specified maximum number of rows.
Public method CreateDataTable(IEntityInstanceEnumerator, Int32, Boolean) Creates a DataTable with the data obtained from the given enumeration of External Items with a specified maximum number of rows and an option to create an extra column to store identities of the External Items.
Public method CreateDataTable(IEntityInstanceEnumerator, Int32, Int32) Creates a DataTable with the data obtained from the given enumeration of External Items with a specified maximum number of rows and option to skip the given number of items.
Public method CreateDataTable(IEntityInstanceEnumerator, Int32, Int32, Boolean) Creates a DataTable with the data obtained from the given enumeration of External Items with a specified maximum number of rows, an option to skip the given number of items and an option to create an extra column to store identities of the External Items.

Top

See Also

Reference

IRuntimeHelper Interface

IRuntimeHelper Members

Microsoft.BusinessData.Runtime Namespace