WFQueryExprHelper

Syntax

public class WFQueryExprHelper

Constructors

public WFQueryExprHelper();

Namespace and Assembly

RequirementValue

Namespace

Ascentn.Workflow.Base

Assembly

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

Properties

PropertyDescription

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.

Operator

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

WhereClause

Description:
Sets the conditions against a query.
Type
string
Allowed Values:
A valid SQL WHERE clause.