WFQueryExpr

Description

A class that represents a query expression object.

Syntax

public class WFQueryExpr

Constructors

public WFQueryExpr();
public WFQueryExpr(string columnName, int op, WFAny any, bool val);

Namespace and Assembly

RequirementValue

Namespace

Ascentn.Workflow.Base

Assembly

Ascentn.Workflow.WFBase (in Ascentn.Workflow.WFBase.dll)

Properties

PropertyDescription

Any

Description:
Gets and sets the WFAny object to be compared.
Type
WFAny
Allowed Values:
A valid WFAny object.

ColumnName

Description:
Gets and sets the associated database column name.
Type
string
Allowed Values:
A valid database column name.

IsValue

Description:
Gets and sets the flag that indicates if it compares a value or column of the table.
Type
bool
Allowed Values:
  • True - It compares a value or column of the table.
  • False - It does not compare a value or column of the table.

Name

Description:
The name of an item, such as a property or attribute in a name/value pair.
Type
string
Allowed Values:
A valid name.

Operator

Description:
Specifies the operator used for comparison.
Type
int
Allowed Values:
A valid operator.