DataTableBuilders Methods |
The DataTableBuilders type exposes the following members.
| Name | Description | |
|---|---|---|
| AddDataTableRow |
Adds the data table row.
| |
| AddObject |
Inserts new DataRow into table, based on input object and existing DataColumn shema of the table
| |
| buildDataTable(IEnumerable, String, Boolean, Boolean, PropertyCollectionExtended, String) |
2017::Builds data table out of collection. Supported properties: primitives, enums and IGetFromToString interface types
| |
| buildDataTable(Object, String, DataTableBuildersbuildDataTableOptions, PropertyCollectionExtended, String, ILogBuilder) |
2017:: Builds horizontal data table with columns mapping properties of the type.
| |
| buildDataTable(Object, String, Boolean, Boolean, Boolean, PropertyCollectionExtended, String) |
Builds the horizontal data table
| |
| buildDataTableVerticalSummaryTable |
Builds the vertical table with all data
|