Click or drag to resize
WhereConditionBaseTParentWhere Method (String, QueryDataParameters)
Adds the given where condition to the query

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public virtual TParent Where(
	string where,
	QueryDataParameters parameters = null
)

Parameters

where
Type: SystemString
Where condition
parameters (Optional)
Type: CMS.DataEngineQueryDataParameters
Query parameters

Return Value

Type: TParent

Implements

IWhereConditionTParentWhere(String, QueryDataParameters)
See Also