TClrDataTable.Select(String,String,TDataViewRowState) Method

<< Click to Display Table of Contents >>

Navigation:  ADONetVCL > Symbol Reference > CNClrLib.ADONet.Client > Classes > TClrDataTable > Methods >

TClrDataTable.Select(String,String,TDataViewRowState) Method

Gets an array of all DataRow objects that match the filter in the order of the sort that match the specified state.

 

Namespace: CNClrLib.ADONet.Client

expandingSyntax

Parameters

filterExpression

Type: String

sort

Type: String

recordStates

Type: System.Void

Return Value

Type: _DataRowArray

expandingSee Also