Click or drag to resize
WhereBuilderGetWhere Method (String, QueryOperator, Object, QueryDataParameters)
Gets the where condition for the given column

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public virtual string GetWhere(
	string columnName,
	QueryOperator op,
	Object value,
	ref QueryDataParameters parameters
)

Parameters

columnName
Type: SystemString
Column name
op
Type: CMS.DataEngineQueryOperator
Operator
value
Type: SystemObject
Value
parameters
Type: CMS.DataEngineQueryDataParameters
Collection of data parameters

Return Value

Type: String
See Also