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

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

Parameters

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

Return Value

Type: TParent
See Also