Table of Contents

Class SqlFilterInfo

Namespace
Tripous.Desktop
Assembly
Tripous.Desktop.dll

Holds UI controls associated with a SQL filter definition.

public class SqlFilterInfo
Inheritance
SqlFilterInfo
Inherited Members
Extension Methods

Constructors

SqlFilterInfo()

Initializes a new instance of the SqlFilterInfo class.

public SqlFilterInfo()

Properties

BoolOpCombo

Gets or sets the boolean operator combo box.

public ComboBox BoolOpCombo { get; set; }

Property Value

ComboBox

BooleanValueCombo

Gets or sets the boolean value combo box.

public ComboBox BooleanValueCombo { get; set; }

Property Value

ComboBox

ConditionOpCombo

Gets or sets the condition operator combo box.

public ComboBox ConditionOpCombo { get; set; }

Property Value

ComboBox

Control

Gets or sets the first filter value control.

public Control Control { get; set; }

Property Value

Control

Control2

Gets or sets the second filter value control.

public Control Control2 { get; set; }

Property Value

Control

FilterDef

Gets or sets the SQL filter definition.

public SqlFilterDef FilterDef { get; set; }

Property Value

SqlFilterDef