Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
DataFilter ( ) : System |
public DataFilter ( string expression, |
||
expression | string | Filter expression string. |
dataTable | ||
return | System |
public Invoke ( |
||
row | ||
return | bool |
public Invoke ( |
||
row | ||
version | DataRowVersion | The row version to use. |
return | bool |