Datasnap.DBClient.TCustomClientDataSet.GetDataSource

From RAD Studio API Documentation
Revision as of 03:10, 8 October 2011 by PyBot (talk | contribs) (Created page with '{{#lst:API:Datasnap.DBClient.TCustomClientDataSet.GetDataSource|api}} ==Description== {{#lsth:API:Datasnap.DBClient.TCustomClientDataSet.GetDataSource|Description}}')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function GetDataSource: TDataSource; override;

C++

virtual Data::Db::TDataSource* __fastcall GetDataSource(void);

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TCustomClientDataSet

Description

Returns the data source for the dataset.

Datasnap.DBClient.TCustomClientDataSet.GetDataSource inherits from Data.DB.TDataSet.GetDataSource. All content below this line refers to Data.DB.TDataSet.GetDataSource.

Returns the data source for the dataset.

GetDataSource returns the data source for the dataset. The method is a getter method for the DataSource property.

See Also