SqlQueryInsertBase
Namespace: TagBites.Sql
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37
public abstract class SqlQueryInsertBase : TagBites.Sql.SqlQueryBaseInheritance: object → SqlQueryBase → SqlQueryInsertBase
Derived:
Constructors
Section titled “Constructors”SqlQueryInsertBase(string, string)
Section titled “SqlQueryInsertBase(string, string)”protected SqlQueryInsertBase(string intoTableName, string intoTableNameAlias)Parameters
Section titled “Parameters”Properties
Section titled “Properties”Columns
Section titled “Columns”public SqlClauseColumns Columns { get; }Property Value
Section titled “Property Value”public SqlTable Into { get; }Property Value
Section titled “Property Value”Returning
Section titled “Returning”public SqlClauseReturningForInsert Returning { get; }Property Value
Section titled “Property Value”public SqlClauseWith With { get; }