Class QueryCondition
- Namespace
- Dynamicweb.Tracking.Reporting
- Assembly
- Dynamicweb.Core.dll
Represents a query condition.
- Inheritance
-
Query
Condition
- Inherited Members
Constructors
QueryCondition(string, OperatorType)
Initializes a new instance of the Query
Parameters
name
stringThe name.
operatorType
OperatorType Type of the operator.
QueryCondition(string, OperatorType, object)
Initializes a new instance of the Query
Parameters
name
stringThe name.
operatorType
OperatorType Type of the operator.
value
objectThe value.
QueryCondition(string, string, OperatorType)
Initializes a new instance of the Query
Parameters
name
stringThe name.
foreignName
stringThe foreign name.
operatorType
OperatorType Type of the operator.
Properties
AllowUnsafeColumnNames
Gets or sets a value indicating whether unsafe column names are allowed.
Property Value
- bool
true
if unsafe column names are allowed; otherwise,false
.
ForeignName
Gets the foreign name.
Property Value
- string
The foreign name.
Name
Gets the name.
Property Value
- string
The name.
Operator
Gets the operator.
Property Value
- Operator
Type The operator.
Value
Gets the value.
Property Value
- object
The value.
Methods
GetExpressionPlaceholder(int)
Gets the expression placeholder.
Parameters
valuePlaceholder
intThe value placeholder.