Click or drag to resize
IWhereCondition<TParent>.Where 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: System.String
Where condition
parameters (Optional)
Type: CMS.DataEngine.QueryDataParameters
Query parameters

Return Value

Type: TParent
See Also