EPUB | CHM | PDF

TPSQLUpdateSQL.Properties

Top Previous Next

Please see TPSQLUpdateSQL properties short descriptions below:

DataSet

Identifies the dataset to which a TPSQLUpdateSQL component belongs.

DeleteSQL

Specifies the SQL DELETE statement to use when applying a deletion of a record.

InsertSQL

Specifies the SQL INSERT statement to use when applying an insertion of a record.

ModifySQL

Specifies the SQL UPDATE statement to use when applying an update to a record is enabled.

Query

Returns the query object used to perform a specified kind of update.

SQL

Returns a specified SQL statement used when applying data updates.