UnaryCriteria constructor

namespace: Serenity.Data   assemblySerenity.Net.Data

Initializes a new instance of the UnaryCriteria class.

public UnaryCriteria(CriteriaOperator op, BaseCriteria operand)
parameter description
op The op.
operand The operand.

Exceptions

exception condition
ArgumentNullException operand
ArgumentOutOfRangeException operator

See Also