Show / Hide Table of Contents

Class InAll

InAll is a special case, valid only for the int[] datatype (think TAGS), that means "all of"

Inheritance
Object
QueryElement
Restriction
Compare
ArrayCompare
InAll
Implements
ICloneable
Inherited Members
ArrayCompare._right
ArrayCompare.GetSubElements()
ArrayCompare.Right
Compare.IsTableInvolved(TableInfo)
Compare.AreAllTablesInvolved(TableInfo, SoTable[])
Compare.GetInvolvedTables(Dictionary<TableInfo, Object>)
Compare.GetTypedSubElement<T>()
Compare.Left
Compare.IsRelationDescription
Restriction.And(Restriction)
Restriction.Or(Restriction)
Restriction.RestrictionAnd(Restriction, Restriction)
Restriction.RestrictionOr(Restriction, Restriction)
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public sealed class InAll : ArrayCompare, ICloneable

Constructors

InAll(Argument, 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
ArrayCompare.Clone()

ToString()

String output.

Declaration
public override string ToString()
Returns
Type Description
String

a IN b

Overrides
ArrayCompare.ToString()

Implements

System.ICloneable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top