The following tables list the members exposed by FilterCondition.Condition.
Name | Description | |
---|---|---|
![]() | FilterCondition.Condition Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | FieldName | The column (SQL) or node (XML) to compare on. If you are using aliases (SQL), this must use the alias. |
![]() | OpCode | The OPERATION to use. |
![]() | SqlOpCode | The text string for the op code in a SQL statement. |
![]() | Type | The data type. |
![]() | Value | The value for the filter. |
![]() | ValueAsDateTime | The value for the filter as a date_time. |
![]() | ValueAsNumber | The value for the filter as a number. |
![]() | ValueAsSqlWildcards | For the operations BEGIN_WITH, NOT_BEGIN_WITH, END_WITH, NOT_END_WITH, CONTAINS, NOT_CONTAINS - and the value is a string, it will add wildcards as appropiate. For all other cases it returns the value. |
![]() | ValueAsString | The value for the filter as a string. |
![]() | XpathOpCode | The text string for the op code in an XPath statement. Throws an exception on the opcodes that require a function. |
Name | Description | |
---|---|---|
![]() ![]() | getOpCodeText | Overloaded. Get the text strings to match the opcode list. |
![]() | ToString | a string representation of the object. |