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

Parameters

columnName
Type: SystemString
Column name
op
Type: CMS.DataEngineQueryUnaryOperator
Operator

Return Value

Type: String
See Also