Class MissingAny
MissingAny: Specialized operator for int[] data fields
Inheritance
System.Object
MissingAny
Implements
System.ICloneable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public sealed class MissingAny : IntArrayOperatorBase, ICloneable
Constructors
MissingAny(Argument, Argument[])
Initializes a new instance of the MissingAny class.
Declaration
public MissingAny(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 |
---|---|
System.Object | Copy of the and the sub-elements |
Overrides
ToString()
String output.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | a IN b |
Overrides
Implements
System.ICloneable
Extension Methods
EnumUtil.MapEnums<From, To>(From)