Click or drag to resize
WhereCondition Constructor (IWhereCondition)
Constructor

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public WhereCondition(
	params IWhereCondition[] conditions
)

Parameters

conditions
Type: CMS.DataEngineIWhereCondition
Creates a where condition from the given where conditions
See Also