Click or drag to resize

objectTableTGetFirstWhere Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the first entry that meets the criteria from the expression

Namespace:  imbSCI.DataComplex.tables
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public T GetFirstWhere(
	string expression,
	string sortColumn = "",
	objectTableSortEnum sortType = objectTableSortEnum.none
)
Request Example View Source

Parameters

expression
Type: SystemString
The expression like: "LastName = 'Jones'", "Price = 50.00"
sortColumn (Optional)
Type: SystemString
The sort column.
sortType (Optional)
Type: imbSCI.DataComplex.tablesobjectTableSortEnum
Type of the sort.

Return Value

Type: T
See Also