Click or drag to resize

IDataRowSetter Interface

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Data.interfaces
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public interface IDataRowSetter
Request Example View Source

The IDataRowSetter type exposes the following members.

Methods
  NameDescription
Public methodbuildDataTableShema
Builds the data table shema without any row
Public methodbuildDataTableVertical
Builds the data table vertical.
Public methodsetDataRow
Sets the data row -- non reflection row data set. Only if table has column with same name and only values are copied
Top
Extension Methods
  NameDescription
Public Extension MethodStartShema (Defined by PropertyDataStructureTools.)
Top
See Also