Class SqlInsertStatement
public sealed class SqlInsertStatement : SqlStatementWithQueryBase, IQueryElement
- Inheritance
-
SqlInsertStatement
- Implements
- Inherited Members
- Extension Methods
Constructors
SqlInsertStatement()
public SqlInsertStatement()
SqlInsertStatement(SelectQuery?)
public SqlInsertStatement(SelectQuery? selectQuery)
Parameters
selectQuerySelectQuery
Properties
ElementType
AST node type.
public override QueryElementType ElementType { get; }
Property Value
Insert
public SqlInsertClause Insert { get; set; }
Property Value
Output
public SqlOutputClause? Output { get; set; }
Property Value
QueryType
public override QueryType QueryType { get; }
Property Value
Methods
GetElementHashCode()
public override int GetElementHashCode()
Returns
GetTableSource(ISqlTableSource, out bool)
public override ISqlTableSource? GetTableSource(ISqlTableSource table, out bool noAlias)
Parameters
tableISqlTableSourcenoAliasbool
Returns
ToString(QueryElementTextWriter)
Generates debug text representation of AST node.
public override QueryElementTextWriter ToString(QueryElementTextWriter writer)
Parameters
writerQueryElementTextWriter