WhereConditionFrom Method |
Creates a new where condition from the given parameters
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public static WhereCondition From(
Action<WhereCondition> where
)
Parameters
- where
- Type: SystemActionWhereCondition
Where condition parameters
Return Value
Type:
WhereConditionSee Also