IWhereConditionTParentAnd Method (ActionWhereCondition) |
Adds the given where condition with the AND operator. Creates a new where condition object and runs the setup actions on it.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax TParent And(
Action<WhereCondition> where
)
Parameters
- where
- Type: SystemActionWhereCondition
Return Value
Type:
TParentSee Also