Метод | Описание | |
---|---|---|
DataFilter ( string expression, |
Creates a new instance.
|
|
Invoke ( |
Tests whether a single DataRow matches the filter expression.
|
|
Invoke ( |
Tests whether a single DataRow matches the filter expression.
|
Метод | Описание | |
---|---|---|
DataFilter ( ) : System |
public DataFilter ( string expression, |
||
expression | string | Filter expression string. |
dataTable | ||
Результат | System |
public Invoke ( |
||
row | ||
Результат | bool |
public Invoke ( |
||
row | ||
version | DataRowVersion | The row version to use. |
Результат | bool |