IBX.IBUpdateSQL.TIBUpdateSQL.SQL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SQL[UpdateKind: TUpdateKind]: TStrings read GetSQL write SetSQL;

C++

__property System::Classes::TStrings* SQL[Data::Db::TUpdateKind UpdateKind] = {read=GetSQL, write=SetSQL};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBUpdateSQL.pas
IBX.IBUpdateSQL.hpp
IBX.IBUpdateSQL TIBUpdateSQL

Description

Returns a specified SQL statement used when applying cached updates.

Returns the SQL statement in the ModifySQL, InsertSQL, or DeleteSQL property, depending on the setting of UpdateKind. UpdateKind can be any of the following:

'Value'Meaning

ukModify Return the SQL statement used to update records in the dataset

ukInsert Return the SQL statement used to insert new records into the dataset

ukDelete Return the SQL statement used to delete records in the dataset