Table of Contents

TSQLInsertField Class

Extends TSQLField with a parameter placeholder name, representing a column value in an INSERT statement.

Syntax

Unit: Aurelius.Sql.BaseTypes

TSQLInsertField = class(TSQLField);

Constructors

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

Properties

Name Description
ParamName Gets or sets the parameter placeholder name used in the VALUES clause of the INSERT statement.