| TypedViewBaseTSelect 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.9.0.0 (5.9.0)
 Syntax
Syntaxpublic T[] Select(
	string filterExpression
)
Public Function Select ( 
	filterExpression As String
) As T()
Parameters
- filterExpression
- Type: SystemString
 The criteria to use to filter the rows.
Return Value
Type: 
TArray with row objects of type T
 See Also
See Also