Bde.DBBdeWeb.TQueryTableProducer.GetDataSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDataSet: TDataSet; override;

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Bde.DBBdeWeb.pas
Bde.DBBdeWeb.hpp
Bde.DBBdeWeb TQueryTableProducer

Description

Provides the abstract prototype of a method to access the DataSet property.

Bde.DBBdeWeb.TQueryTableProducer.GetDataSet inherits from Web.DBWeb.TDSTableProducer.GetDataSet. All content below this line refers to Web.DBWeb.TDSTableProducer.GetDataSet.

Provides the abstract prototype of a method to access the DataSet property.

Descendants of TDSTableProducer implement the GetDataSet method to access their specific implementation of the DataSet property. Descendants of TDSTableProducer restrict the DataSet property to different classes of TDataSet objects.

See Also