Table of Contents

TInsertCommand Class

Describes an INSERT statement, including the target table and the fields and parameter placeholders to supply values for.

Syntax

Unit: Aurelius.Sql.Commands

TInsertCommand = class(TDMLCommand);

Constructors

Name Description
Create Creates a TInsertCommand with an empty insert-field list.

Properties

Name Description
InsertFields Gets or sets the list of fields and their parameter placeholders for the INSERT statement.
OutputColumn Gets or sets the name of the output column used to retrieve the generated primary key on databases that support OUTPUT or RETURNING clauses (e.g., SQL Server, PostgreSQL).