API:IBX.IBCustomDataSet.TIBDataSet.DeleteSQL
Delphi
property DeleteSQL;
C++
__property DeleteSQL;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | IBX.IBCustomDataSet.pas IBX.IBCustomDataSet.hpp |
IBX.IBCustomDataSet | TIBDataSet |
Description
Holds the SQL statement used to delete rows from the dataset.
IBX.IBCustomDataSet.TIBDataSet.DeleteSQL inherits from IBX.IBCustomDataSet.TIBCustomDataSet.DeleteSQL. All content below this line refers to IBX.IBCustomDataSet.TIBCustomDataSet.DeleteSQL.
Holds the SQL statement used to delete rows from the dataset.
Use DeleteSQL to delete rows in the dataset.