Elements' Details |
Connection
FilterConnection Connection;
- Description
- specifies how the condition is connected to the previous condition.
|
|
Field
long Field;
- Description
- specifies which field (column) is used for the condition.
|
|
Operator
FilterOperator Operator;
- Description
- specifies the type of the condition.
|
|
IsNumeric
|
NumericValue
double NumericValue;
- Description
- specifies a numeric value for the condition.
|
|
StringValue
string StringValue;
- Description
- specifies a string value for the condition.
|
|
Copyright © 2003 Sun Microsystems, Inc.