Click or drag to resize

objectTableBaseLoad Method (String, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Loads the content from specified path

Namespace:  imbSCI.DataComplex.tables
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public virtual bool Load(
	string path = "",
	bool autoBuildOnFail = true
)
Request Example View Source

Parameters

path (Optional)
Type: SystemString
The path.
autoBuildOnFail (Optional)
Type: SystemBoolean

Return Value

Type: Boolean
See Also