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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
protected string GetWhere(
	string columnName,
	QueryOperator op,
	Object value
)

Parameters

columnName
Type: SystemString
Column name
op
Type: CMS.DataEngineQueryOperator
Operator
value
Type: SystemObject
Value

Return Value

Type: String
See Also