Converts any collection of records to a DataTebla 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.
Converts any collection of records to a DataTebla 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 static DataTable RecordsToDataTable(ICollection);
Converts any collection of records to a DataTebla 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 static DataTable RecordsToDataTable(ICollection,int);
Converts any collection of records to a DataTebla 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 static DataTable RecordsToDataTable(ICollection,Type);
Converts any collection of records to a DataTebla 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 static DataTable RecordsToDataTable(ICollection,Type,int);
CommonEngine Class | FileHelpers Namespace