Click or drag to resize

objectTableTGetWhere Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.DataComplex.tables
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public List<T> GetWhere(
	string expression,
	int limit = -1,
	string sortColumn = "",
	objectTableSortEnum sortType = objectTableSortEnum.none
)
Request Example View Source

Parameters

expression
Type: SystemString
limit (Optional)
Type: SystemInt32
sortColumn (Optional)
Type: SystemString
sortType (Optional)
Type: imbSCI.DataComplex.tablesobjectTableSortEnum

Return Value

Type: ListT
See Also