OrmLogicalOperator

Description

The OrmLogicalOperator enumeration contains types of join operator.

It is used by the following properties and methods:

Available Values

Value Brief description
0 None. None.
1 And_. Logical AND.
2 Or_. Logical OR.

See also:

Orm Assembly Enumerations