Table of Contents

TSQLInsertField.Create Constructor

Creates a TSQLInsertField for the given table, column, and parameter name.

Syntax

Unit: Aurelius.Sql.BaseTypes

constructor TSQLInsertField.Create(Table: TSQLTable; const Field: string; const ParamName: string);

Parameters

<-> Parameter Type Description
Table TSQLTable The table descriptor that owns this column.
const Field string The column name to insert into.
const ParamName string The parameter placeholder name used in the SQL statement.

See also