RAD Studio VCL Reference
|
Specifies the SQL DELETE statement to use when applying a cached deletion of a record.
property DeleteSQL: TStrings;
__property TStrings DeleteSQL;
Set DeleteSQL to the SQL DELETE statement to use when applying a deletion to a record. Statements can be parameterized queries. To create a DELETE statement at design time, use the UpdateSQL editor to create statements, such as:
DELETE FROM "Country.db" WHERE Name = :OLD_Name
At run time, an application can write a statement directly to this property to set or change the DELETE statement.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|