Data.SqlExpr.TCustomSQLDataSet.GetDataSource
Delphi
function GetDataSource: TDataSource; override;
C++
virtual Data::Db::TDataSource* __fastcall GetDataSource(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Data.SqlExpr.pas Data.SqlExpr.hpp |
Data.SqlExpr | TCustomSQLDataSet |
Description
Returns the data source for the dataset.
Data.SqlExpr.TCustomSQLDataSet.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.