IBX.IBCustomDataSet.TIBCustomDataSet.DeleteSQL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DeleteSQL: TStrings read GetDeleteSQL write SetDeleteSQL;

C++

__property System::Classes::TStrings* DeleteSQL = {read=GetDeleteSQL, write=SetDeleteSQL};

Properties

Type Visibility Source Unit Parent
property protected
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBCustomDataSet

Description

Holds the SQL statement used to delete rows from the dataset.

Use DeleteSQL to delete rows in the dataset.