Click or drag to resize
WhereBuilderGetWhere Method (IQueryObjectWithValue, QueryOperator, Object, QueryDataParameters)
Gets the where condition for the given expressions. Note that in this variant string value is always represented as a value. To pass in column name, you need to use new QueryColumn("Name")

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public virtual string GetWhere(
	IQueryObjectWithValue leftSide,
	QueryOperator op,
	Object rightSide,
	ref QueryDataParameters parameters
)

Parameters

leftSide
Type: CMS.DataEngineIQueryObjectWithValue
Left side
op
Type: CMS.DataEngineQueryOperator
Operator
rightSide
Type: SystemObject
Right side
parameters
Type: CMS.DataEngineQueryDataParameters
Collection of data parameters

Return Value

Type: String
See Also