EPUB | CHM | PDF

TMySQLUpdateSQL.Properties

Top Previous Next

Please see TMySQLUpdateSQL properties short descriptions below:

DataSet

Identifies the dataset to which a TMySQLUpdateSQL component belongs.

DeleteSQL

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

InsertSQL

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

ModifySQL

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

Query

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

RefreshRecordSQL

Specifies an SQL statement to use to refresh a single record.

SQL

Returns a specified SQL statement used when applying cached updates.