Data.SqlExpr.TSQLDataLink.GetDetailDataSet
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.SqlExpr.pas Data.SqlExpr.hpp
| |
Unit: Data.SqlExpr | |
Parent: TSQLDataLink |
Delphi
function GetDetailDataSet: TDataSet; override;
C++
virtual Data::Db::TDataSet* __fastcall GetDetailDataSet();
Description
Returns the value of the DetailDataSet property.
GetDetailDataSet is the protected read implementation of the DetailDataSet property.