Click or drag to resize

imbDataTableExtensions Methods

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

The imbDataTableExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddListToColumn
Adds data from the list into new or existing column with specified columnName. Updates existing rows or creates new rows if required
Public methodStatic memberAppendDataFields
Appends its data points into new or existing property collection
Public methodStatic membercheckFormatByFilename
Public methodStatic memberConstructTableWithRandomContent
Constructs the data table and populates with random content of the table with.
Public methodStatic memberdeserializeDataTable
Deserializes the data table.
Public methodStatic memberdeserializeExcelFileToDataSet
Deserializes a excel file to the DataSet.
Public methodStatic memberdeserializeFolderExcelFilesToDataSet
Deserializes the folder excel files to data set.
Public methodStatic membergetExportFormatByExtension
Gets the format by filename extension.
Public methodStatic memberGetTotalRowsCount
Gets the total rows count.
Public methodStatic memberrenameColumnsDataTableToType
Renames the type of the columns data table to.
Public methodStatic memberselectColumns
Selects columns from data table - if empty select all columns
Public methodStatic memberserializeDataSet
Public methodStatic memberserializeDataTable
Serializes the data table into choosed format and returns file path
Public methodStatic membershiftColumnNames
Shifts the column names: adds prefix in front of each column name
Public methodStatic memberToDataSet(ExcelPackage, Boolean)
Extracts a DataSet from the ExcelPackage.
Public methodStatic memberToDataSet(ExcelPackage, Int32)
Extracts a DataSet from the ExcelPackage.
Public methodStatic membertoList
Top
See Also