Click or drag to resize

modelRecordCollectionT, TRecordSeachForRecord Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Seaches for record using supplied key or instanceID

Namespace:  imbSCI.DataComplex.data.modelRecords
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public virtual TRecord SeachForRecord(
	T key,
	string instanceID = ""
)
Request Example View Source

Parameters

key
Type: T
The key.
instanceID (Optional)
Type: SystemString
Instance identifier - it will be tested against key's name, Type name and against instanceID, UID

Return Value

Type: TRecord
Exceptions
ExceptionCondition
[!:aceCommonTypes.core.exceptions.dataException]No valid arguments supplied. At least one argument must be valid [null or empty string] to find the record in the collection
See Also