Class Difference
The DIFFERENCE class describes and implements the DIFFERENCE part of a sql-query.
Implements
Inherited Members
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public sealed class Difference : TableExpression, ICloneable
Constructors
Difference()
Initializes a new instance of the Difference class.
Declaration
public Difference()
Properties
SqlType
Returns SqlType.IsDifference SqlType.
Declaration
public override SqlType SqlType { get; }
Property Value
Type | Description |
---|---|
SqlType |
Overrides
Methods
Clone()
Return deep copy of the Difference selects.
Declaration
public object Clone()
Returns
Type | Description |
---|---|
Object | Copy of all the contained selects |
GetTableInfos()
Gets an array of table information.
Declaration
public override TableInfo[] GetTableInfos()
Returns
Type | Description |
---|---|
TableInfo[] |
Overrides
ToString()
String output.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | ... DIFFERENCE ... ORDER BY... |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)