Datasnap.DBClient.TCustomClientDataSet.GetDataSource
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Datasnap.DBClient.pas Datasnap.DBClient.hpp
| |
| Unit: Datasnap.DBClient | |
| Parent: TCustomClientDataSet | |
Delphi
function GetDataSource: TDataSource; override;
C++
virtual Data::Db::TDataSource* __fastcall GetDataSource();
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.