Click or drag to resize

IDataRowSetterbuildDataTableShema Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Builds the data table shema without any row

Namespace:  imbSCI.Data.interfaces
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
DataTable buildDataTableShema(
	bool onlyValues
)
Request Example View Source

Parameters

onlyValues
Type: SystemBoolean
if set to true it will create columns only for properties

Return Value

Type: DataTable
See Also