Class Like
The Like class
Implements
Inherited Members
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public sealed class Like : Compare, ICloneable
Constructors
Like(Argument, Argument)
Initializes a new instance of the Like class and takes a left and right as in-parameter.
Declaration
public Like(Argument left, Argument right)
Parameters
| Type | Name | Description |
|---|---|---|
| Argument | left | left side of the compare |
| Argument | right | right side of the compare |
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 LIKE 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()
String output.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | a LIKE b |