Class InAll
InAll is a special case, valid only for the int[] datatype (think TAGS), that means "all of"
Implements
Inherited Members
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public sealed class InAll : ArrayCompare, ICloneable
Constructors
InAll(Argument, params Argument[])
Initializes a new instance of the In class.
Declaration
public InAll(Argument left, params Argument[] right)
Parameters
| Type | Name | Description |
|---|---|---|
| Argument | left | Leftside argument |
| Argument[] | right | Rightside argument |
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 the sub-elements |
Overrides
ToString()
String output.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | a IN b |