Click or drag to resize

CommonEngineRecordsToDataTable Method

Overload List
  NameDescription
Public methodStatic memberRecordsToDataTable(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.
Public methodStatic memberRecordsToDataTable(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.
Public methodStatic memberRecordsToDataTable(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.
Public methodStatic memberRecordsToDataTable(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.
Top
See Also