WhereClause Members
The WhereClause type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
|
|
AND | |
|
|
AND_NOT | |
|
|
EQUAL | |
|
|
IN | |
|
|
IS_NOT_NULL | |
|
|
IS_NULL | |
|
|
LESS_OR_EQUAL | |
|
|
LESS_THEN | |
|
|
LIKE | |
|
|
MORE_OR_EQUAL | |
|
|
MORE_THEN | |
|
|
NOT_EQUAL | |
|
|
NOT_IN | |
|
|
OR | |
|
|
OR_NOT |
Properties
| Name | Description | |
|---|---|---|
|
|
FieldName |
Gets or sets the name of the field to filter.
|
|
|
LogicalOperator |
Gets or sets the logical conjunction to previous query clause.
|
|
|
Operator |
Gets or sets the operator of the query clause.
|
|
|
QuotedValue |
Gets the quoted value of the clause.
|
|
|
Value |
Gets or sets the value of the clause.
|