Click or drag to resize

objectTableT Constructor (String, Boolean, String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Loads the objectTableT from __filePath specified. Filename is set as tablename. In this scenario the primary key must be set in the T class via imbAttribute collectionPrimaryKey

Namespace:  imbSCI.DataComplex.tables
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public objectTable(
	string __filePath,
	bool autoLoad,
	string __primaryKey = "",
	string __tableName = ""
)
Request Example View Source

Parameters

__filePath
Type: SystemString
The file path.
autoLoad
Type: SystemBoolean
__primaryKey (Optional)
Type: SystemString
__tableName (Optional)
Type: SystemString
See Also