CommonEngineRecordsToDataTable Method |
Name | Description | |
---|---|---|
![]() ![]() | RecordsToDataTable(ICollection) |
Converts any collection of records to a DataTable using reflection.
WARNING: this methods returns null if the number of records is 0,
pass the Type of the records to get an empty DataTable.
|
![]() ![]() | RecordsToDataTable(ICollection, Int32) |
Converts any collection of records to a DataTable using reflection.
WARNING: this methods returns null if the number of records is 0,
pass the Type of the records to get an empty DataTable.
|
![]() ![]() | RecordsToDataTable(ICollection, Type) |
Converts any collection of records to a DataTable using reflection.
If the number of records is 0 this methods returns an empty
DataTable with the columns based on the fields of the
Type.
|
![]() ![]() | RecordsToDataTable(ICollection, Type, Int32) |
Converts any collection of records to a DataTable using reflection.
If the number of records is 0 this methods returns an empty
DataTable with the columns based on the fields of the
Type.
|