Method | Description | |
---|---|---|
Apply ( |
Applies the filter to the current data.
|
|
Selection ( ) : System |
Constructs a new Selection Filter.
|
|
Selection ( string expression ) : System |
Constructs a new Selection Filter.
|
|
Selection ( string expression, string orderBy ) : System |
Constructs a new Selection Filter.
|
public Apply ( |
||
data | ||
return |
public Selection ( string expression ) : System | ||
expression | string | The filtering criteria. |
return | System |
public Selection ( string expression, string orderBy ) : System | ||
expression | string | The filtering criteria. |
orderBy | string | The desired sort order. |
return | System |