Show / Hide Table of Contents

Class Difference

The DIFFERENCE class describes and implements the DIFFERENCE part of a sql-query.

Inheritance
Object
SqlCommand
TableExpression
Difference
Implements
ICloneable
Inherited Members
TableExpression.Add(Select[])
TableExpression.TableExp
TableExpression.TableExpOrderBy
SqlCommand.Origin
SqlCommand.AddIgnoreAutoSentryTableInfo(TableInfo)
SqlCommand.AddIgnoreAutoSentryTableInfo(IEnumerable<TableInfo>)
SqlCommand.RemoveIgnoreAutoSentryTableInfo(TableInfo)
SqlCommand.ClearIgnoreAutoSentryTableInfos()
SqlCommand.IsAutoSentryIgnoredOnTableInfo(TableInfo)
SqlCommand.GetPrivateSaves()
SqlCommand.GetInserts()
SqlCommand.GetUpdates()
SqlCommand.GetDeletes()
SqlCommand.GetSelect()
SqlCommand.AutoSentryIgnoredTables
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 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
SqlCommand.SqlType

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
TableExpression.GetTableInfos()

ToString()

String output.

Declaration
public override string ToString()
Returns
Type Description
String

... DIFFERENCE ... ORDER BY...

Overrides
Object.ToString()

Implements

System.ICloneable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
QueryExectionExtensions.ExecuteReader(SqlCommand, Boolean)
QueryExectionExtensions.ExecuteScalar<T>(SqlCommand)
QueryExectionExtensions.ExecuteNonQuery(SqlCommand)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top