Bde.DBTables.TUpdateSQL.GetDataSet

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TUpdateSQL

Delphi

function GetDataSet: TDataSet; override;

C++

virtual Data::Db::TDataSet* __fastcall GetDataSet();

Description

GetDataSet returns the value of the DataSet property.

Bde.DBTables.TUpdateSQL.GetDataSet inherits from Bde.DBTables.TDataSetUpdateObject.GetDataSet. All content below this line refers to Bde.DBTables.TDataSetUpdateObject.GetDataSet.

GetDataSet returns the value of the DataSet property.

Override GetDataSet, along with the SetDataSet method, to provide an implementation of the DataSet property. The DataSet property should represent the dataset that caches the updates to be applied by the update object.

See Also