IBX.IBCustomDataSet.TIBDataSet.DeleteSQL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DeleteSQL: TStrings read GetDeleteSQL write SetDeleteSQL;

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.