Class Intersect
The INTERSECT class describes and implements the INTERSECT part of an sql-query.
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 Intersect : TableExpression, ICloneable
Constructors
Intersect()
Initializes a new instance of the Intersect class.
Declaration
public Intersect()
Properties
SqlType
Returns SqlType.IsIntersect.
Declaration
public override SqlType SqlType { get; }
Property Value
Type | Description |
---|---|
SqlType |
Overrides
Methods
Clone()
Return deep copy of the Union selects.
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System.Object | Copy of all the contained selects |
ToString()
String output.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | ... INTERSECT ... ORDER BY... |
Overrides
System.Object.ToString()
Implements
System.ICloneable
Extension Methods
EnumUtil.MapEnums<From, To>(From)