Show / Hide Table of Contents

Class NullOperators

Base-class for Null-operators.

Inheritance
object
QueryElement
Restriction
NullOperators
IsNotNull
IsNull
Implements
ICloneable
Inherited Members
Restriction.And(Restriction)
Restriction.Or(Restriction)
Restriction.RestrictionAnd(Restriction, Restriction)
Restriction.RestrictionOr(Restriction, Restriction)
QueryElement.Clone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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[]
Overrides
QueryElement.GetSubElements()

Implements

ICloneable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top