WhereCondition Constructor (IWhereCondition) |
Constructor
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax public WhereCondition(
params IWhereCondition[] conditions
)
Parameters
- conditions
- Type: CMS.DataEngineIWhereCondition
Creates a where condition from the given where conditions
See Also