BinaryCriteria constructor

namespace: Serenity.Data   assemblySerenity.Net.Data

Initializes a new instance of the BinaryCriteria class.

public BinaryCriteria(BaseCriteria left, CriteriaOperator op, BaseCriteria right)
parameter description
left The left operand.
op The operator.
right The right operand.

Exceptions

exception condition
ArgumentNullException Left or right operand is null.
ArgumentOutOfRangeException Operator is not a binary one.

See Also