Class And
The AND class
Implements
Inherited Members
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public sealed class And : Bool, ICloneable
Constructors
And(Restriction, Restriction)
Initializes a new instance of the And class.
Declaration
public And(Restriction left, Restriction right)
Parameters
Type | Name | Description |
---|---|---|
Restriction | left | left side parameter |
Restriction | right | right side parameter |
Methods
Clone()
Clone the query. Parameter values are shared between the original and the clone.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
Object | Copy of the and node and its sub-elements |
Overrides
Remarks
This method is used by the
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)