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

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

Parameters

columnName
Type: System.String
Column name
op
Type: CMS.DataEngine.QueryOperator
Operator
value
Type: System.Object
Value
parameters
Type: CMS.DataEngine.QueryDataParameters
Collection of data parameters

Return Value

Type: String
See Also