Class Bool
The Bool class
Implements
Inherited Members
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public abstract class Bool : Restriction, ICloneable
Constructors
Bool(Restriction, Restriction)
Initializes a new instance of the Bool class.
Declaration
protected Bool(Restriction left, Restriction right)
Parameters
Type | Name | Description |
---|---|---|
Restriction | left | left side restriction |
Restriction | right | right side restriction |
Properties
Left
Get/Set value for Left side of the restriction
Declaration
public Restriction Left { get; set; }
Property Value
Type | Description |
---|---|
Restriction |
Right
Get/Set value for Right side of the restriction
Declaration
public Restriction Right { get; set; }
Property Value
Type | Description |
---|---|
Restriction |
Methods
GetSubElements()
Part of visitor pattern defined in abstract class QueryElement
Declaration
protected override QueryElement[] GetSubElements()
Returns
Type | Description |
---|---|
QueryElement[] |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)