Condition<EntityT> class abstract

A Query condition base class.

Constructors

Condition(String? _alias)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

and(Condition<EntityT> rh) Condition<EntityT>
andAll(List<Condition<EntityT>> rh) Condition<EntityT>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
or(Condition<EntityT> rh) Condition<EntityT>
orAny(List<Condition<EntityT>> rh) Condition<EntityT>
toString() String
A string representation of this object.
inherited

Operators

operator &(Condition<EntityT> rh) Condition<EntityT>
operator ==(Object other) bool
The equality operator.
inherited
operator |(Condition<EntityT> rh) Condition<EntityT>