Class HasAll
HasAll: Specialized operator for int[] data fields
Implements
Inherited Members
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public sealed class HasAll : IntArrayOperatorBase, ICloneable
Constructors
HasAll(Argument, Argument[])
Initializes a new instance of the HasAll class.
Declaration
public HasAll(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 |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)