CriteriaOperator.And(CriteriaOperator, CriteriaOperator) Method
In This Article
Returns the expression which groups two operands with logical AND.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
left | Criteria |
A Criteria |
right | Criteria |
A Criteria |
#Returns
Type | Description |
---|---|
Criteria |
A Criteria |
#Remarks
If one of the specified operands is null (Nothing in Visual Basic), the And method returns another operand. For example, if the first operand is null (Nothing in Visual Basic), the And method returns the second operand.
See Also