IBDAC

TCustomDADataSet.SQLDelete Property

Used to specify a SQL statement that will be used when applying a deletion to a record.

Class

TCustomDADataSet

Syntax

property SQLDelete: TStrings;

Remarks

Use the SQLDelete property to specify the SQL statement that will be used when applying a deletion to a record. Statements can be parameterized queries.

To create a SQLDelete statement at design-time, use the query statements editor.

Example

DELETE FROM Orders
   WHERE
      OrderID = :Old_OrderID 

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback