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 SentryQueryUpdater to modify a query with sentry extensions without affecting the original query.
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |