DataTableETL Class |
Namespace: imbSCI.DataComplex.extensions.data.operations
The DataTableETL type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateNestedDataTableTOuter, TInner |
Creates the nested data table. http://stackoverflow.com/questions/33823820/convert-generic-nested-list-to-datatable
| |
| DataTableToListT |
Converts a DataTable to a list with generic objects. credits: https://codereview.stackexchange.com/questions/30714/converting-datatable-to-list-of-class
| |
| GetInversedDataTable(DataTable, String, String) |
Gets a Inverted DataTable
| |
| GetInversedDataTable(DataTable, String, String, String, String, Boolean) |
Gets a Inverted DataTable
| |
| ToDataTableTSource |
To the data table: https://www.codeproject.com/Tips/784090/Conversion-Between-DataTable-and-List-in-Csharp
Adjusted code: introduced custom flags
|
| Name | Description | |
|---|---|---|
| defaultPropertySelector |