Skip to main content

CriteriaOperator.And(CriteriaOperator[]) Method

Returns the expression which groups the specified operands with logical AND.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v14.2.dll

#Declaration

public static CriteriaOperator And(
    params CriteriaOperator[] operands
)

#Parameters

Name Type Description
operands CriteriaOperator[]

An array of CriteriaOperator objects that specify operands.

#Returns

Type Description
CriteriaOperator

A CriteriaOperator object which is the expression which groups the specified operands with logical AND.

See Also