Class Intersect
The INTERSECT class describes and implements the INTERSECT part of an sql-query.
Implements
Inherited Members
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 |
---|---|
object | Copy of all the contained selects |
ToString()
String output.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | ... INTERSECT ... ORDER BY... |