Datasnap.Provider.TLocalAppServer.AS_GetRecords
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Datasnap.Provider.pas Datasnap.Provider.hpp
| |
| Unit: Datasnap.Provider | |
| Parent: TLocalAppServer | |
Delphi
function AS_GetRecords(const ProviderName: OleStr; Count: Integer; out RecsOut: Integer;
Options: Integer; const CommandText: OleStr;
var Params: OleVariant; var OwnerData: OleVariant): OleVariant; safecall;
C++
HRESULT __safecall AS_GetRecords(const System::Types::OleStr ProviderName, int Count, /* out */ int &RecsOut, int Options, const System::Types::OleStr CommandText, System::OleVariant &Params, System::OleVariant &OwnerData, System::OleVariant &__AS_GetRecords_result);
Description
Embarcadero Technologies does not currently have any additional information.