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.

System.Object
  SFQWrapper.SQBase
    SFQWrapper.SQItem
      SFQWrapper.FilterCondition
public class FilterCondition : SQItem

Class Members

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

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".

Requirements

Namespace: SFQWrapper
Assembly: sfqwrapper.dll

© Stonefield Software Inc., 2023 • Updated: 06/11/10
Comment or report problem with topic