Click or drag to resize

imbDataTableExtensions Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Extensions for DataTable creation and data manipulation
Inheritance Hierarchy
SystemObject
  imbSCI.DataComplex.extensions.data.formatsimbDataTableExtensions

Namespace:  imbSCI.DataComplex.extensions.data.formats
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public static class imbDataTableExtensions
Request Example View Source

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
Fields
  NameDescription
Public fieldStatic membername_category
Opis iz propertija
Public fieldStatic membername_description
Opis iz propertija
Public fieldStatic membername_display
Public fieldStatic membername_object
Referenca prema objektu iz koga je napravljen red
Public fieldStatic membername_property
Referenca prema propertiju iz kojeg se puni polje
Public fieldStatic membername_tokens
Lista tokena za filtriranje
Top
See Also