Click or drag to resize
WhereConditionFrom Method
Creates a new where condition from the given parameters

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static WhereCondition From(
	Action<WhereCondition> where
)

Parameters

where
Type: SystemActionWhereCondition
Where condition parameters

Return Value

Type: WhereCondition
See Also