Bde.DBTables.TUpdateSQL.SetDataSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDataSet(ADataSet: TDataSet); override;

C++

virtual void __fastcall SetDataSet(Data::Db::TDataSet* ADataSet);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TUpdateSQL

Description

SetDataSet sets the value of the DataSet property.

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

SetDataSet sets the value of the DataSet property.

Override SetDataSet, along with the GetDataSet 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