Datasnap.DSProxyWriter.TDSCustomProxyWriter.GetCreateDataSetReader
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Datasnap.DSProxyWriter.pas Datasnap.DSProxyWriter.hpp
| |
Unit: Datasnap.DSProxyWriter | |
Parent: TDSCustomProxyWriter |
Delphi
function GetCreateDataSetReader(const Param: TDSProxyParameter): string; virtual; abstract;
C++
virtual System::UnicodeString __fastcall GetCreateDataSetReader(Datasnap::Dscommonproxy::TDSProxyParameter* const Param) = 0 ;
Description
Returns the DataSet reader based on the given parameter.
The GetCreateDataSetReader virtual method is to be implemented in derived classes to return the DataSet reader based on the given Param.