Click or drag to resize

modelRecordParentBaseTInstance, TChildInstance, TChildRecordgetChildRecord Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the child record - without starting it and without setting the childRecord nor childInstance. It is thread safe.

Namespace:  imbSCI.DataComplex.data.modelRecords
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public TChildRecord getChildRecord(
	TChildInstance instance,
	string __instanceID
)
Request Example View Source

Parameters

instance
Type: TChildInstance
The instance.
__instanceID
Type: SystemString
The instance identifier.

Return Value

Type: TChildRecord
See Also