Show / Hide Table of Contents

Class DbQueryStatement

Represents SQL query statement.

Inheritance
System.Object
DbFromClause
DbQueryStatement
DbSelectStatement
DbUnionStatement
Inherited Members
DbFromClause.Accept(DbFromClauseVisitor)
DbFromClause.Accept<T>(DbFromClauseVisitor<T>)
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 abstract class DbQueryStatement : DbFromClause

Properties

Name Description
Model

Gets the model of this query.

SequentialKeyTempTable

Gets the temporary table which contains the sequential ids and primary key of the parent database recordset.

Methods

Name Description
BuildToTempTableStatement()

Builds SQL statement to create temporary table.

GetSequentialKeySelectStatement(SequentialKey)

Gets the SQL SELECT statement of the sequential key table.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest