Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Creates a DataTable and populates with data from an enumeration of External ItemExternal Items.
Overload List
Name | Description | |
---|---|---|
![]() |
CreateDataTable(IEntityInstanceEnumerator) | Creates a DataTable with the data obtained from the given enumeration of External ItemExternal Items. |
![]() |
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. |
![]() |
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. |
![]() |
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. |
![]() |
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. |
![]() |
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