Class FilterCondition

A FilterCondition object contains the properties for a condition in the filter for a report.

Please note that any changes you make to this item will only be saved in Stonefield Query after you call the Dispose() method.

Assembly: sfqwrapper.dll
Namespace: SFQWrapper

System.Object SFQWrapper.SQBase SFQWrapper.SQItem SFQWrapper.FilterCondition

MemberDescription
AskAtRunTime True if this is an ask-at-runtime condition, False if not.
CaseSensitive True if this is a case-sensitive condition (the default), False if not.
Condition The condition as it appears in the WHERE clause of a SQL statement.
Connection The connection to the previous condition (AND or OR, with or without parentheses).
Display The condition as displayed to the user.
ErrorMessage The message for any error that occurred.
FieldName The aliased field name the condition filters on.
IncludeInDisplay True if this condition is included in the filter display, False if not.
Operator The descriptive name for operator used for the filter, can be one of the following:
Values A collection of the values to compare to the field.
ValueType The type of value being compared to the field: "Value", "Field", or "Expression".