Table of Contents

TInsertCommand.OutputColumn Property

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).

Syntax

Unit: Aurelius.Sql.Commands

property TInsertCommand.OutputColumn: string

See also