Class NullOperators
Base-class for Null-operators.
Implements
Inherited Members
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public abstract class NullOperators : Restriction, ICloneable
Constructors
NullOperators(Argument)
Default constructor;
Declaration
protected NullOperators(Argument left)
Parameters
Type | Name | Description |
---|---|---|
Argument | left |
Fields
_left
The left-hand side of the operators. Will normally contain a FieldInfo.
Declaration
protected Argument _left
Field Value
Type | Description |
---|---|
Argument |
Properties
Left
Get/Set property for the right hand side argument.
Declaration
public Argument Left { get; }
Property Value
Type | Description |
---|---|
Argument |
Methods
GetSubElements()
Part of visitor pattern defined in abstract class QueryElement
Declaration
protected override QueryElement[] GetSubElements()
Returns
Type | Description |
---|---|
QueryElement[] |