SQLDelete property

Previous  Top  Next

See Also Properties Methods Events Example
Unit
MySQLDataset

Applies to
TMySQLDataset and TMySQLQuery components

Declaration
property SQLDelete: TStrings;

Description
The DELETE type SQL statements. These statements will be executed every time you call Delete on the dataset. This stringlist may contain more than one statement ";" delimited. You have full access to the Macros functionality in the SQL property.