FireDAC.Comp.DataSet.TFDDataSet.GetDataSource

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDDataSet

Delphi

function GetDataSource: TDataSource; override;

C++

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

Description

Returns the data source for the dataset.

FireDAC.Comp.DataSet.TFDDataSet.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