WFQueryExprHelper

Syntax

public class WFQueryExprHelper

Constructors

public WFQueryExprHelper();

Namespace and Assembly

Requirement Value

Namespace

Ascentn.Workflow.Base

Assembly

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

Properties

Property Type Description

ColumnName

Function:
Gets and sets the associated database column name.
Type
string
Accepted Values:
A valid database column name.

IsValue

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

Operator

Function:
Specifies the operator used for comparison.
Type
string
Accepted Values:
A valid operator.

WhereClause

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