Click or drag to resize
WhereBuilderGetWhere Method (IQueryObjectWithValue, QueryUnaryOperator)
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(
	IQueryObjectWithValue expression,
	QueryUnaryOperator op
)

Parameters

expression
Type: CMS.DataEngineIQueryObjectWithValue
Expression
op
Type: CMS.DataEngineQueryUnaryOperator
Operator

Return Value

Type: String
See Also