Class DbUnionStatement
Represents SQL UNION statement.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DevZest.Data.Primitives
Assembly: DevZest.Data.dll
Syntax
public sealed class DbUnionStatement : DbQueryStatement
Properties
Name | Description |
---|---|
Kind | Gets the kind of SQL UNION. |
Query1 | Gets the first query statement. |
Query2 | Gets the second query statement. |
Methods
Name | Description |
---|---|
Accept(DbFromClauseVisitor) | |
Accept<T>(DbFromClauseVisitor<T>) | |
BuildToTempTableStatement() | |
GetSequentialKeySelectStatement(SequentialKey) |