Click or drag to resize
TypedListBase2TSelect Method (String)
Gets an array of all row objects of type T that match the filter criteria in order of primary key (or lacking one, order of addition.)

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public T[] Select(
	string filterExpression
)

Parameters

filterExpression
Type: SystemString
The criteria to use to filter the rows.

Return Value

Type: T
Array with row objects of type T
See Also