API:Bde.DBBdeWeb.TQueryTableProducer.GetDataSet

From RAD Studio API Documentation
Revision as of 17:46, 7 October 2011 by PyBot (talk | contribs) (Created page with '<section begin=api /> <!--Start API Info--><ul id='childlinks'><li class='first'>'''Up to Parent: TQueryTableProducer'''</li> </ul> <vclInfo ...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function GetDataSet: TDataSet; override;

C++

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

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

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=API:Bde.DBBdeWeb.TQueryTableProducer.GetDataSet&oldid=1499"