메소드 | 설명 | |
---|---|---|
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 | ||
리턴 |
public Selection ( string expression ) : System | ||
expression | string | The filtering criteria. |
리턴 | System |
public Selection ( string expression, string orderBy ) : System | ||
expression | string | The filtering criteria. |
orderBy | string | The desired sort order. |
리턴 | System |