Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 697 Bytes

File metadata and controls

26 lines (19 loc) · 697 Bytes

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