Click or drag to resize

objectTableT Constructor (String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
New object table with unspecified filepath

Namespace:  imbSCI.DataComplex.tables
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public objectTable(
	string __keyProperty,
	string __tableName
)
Request Example View Source

Parameters

__keyProperty
Type: SystemString
The key property.
__tableName
Type: SystemString
Name of the table.
See Also