Click or drag to resize

objectTableTGetOrCreate Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the instance under keyValue or create new instance if not existing

Namespace:  imbSCI.DataComplex.tables
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public virtual T GetOrCreate(
	string keyValue
)
Request Example View Source

Parameters

keyValue
Type: SystemString
The key value.

Return Value

Type: T
See Also