Data.DBXMetaDataReader.TDBXBaseMetaDataReader.FetchCollectionWithStorage
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXMetaDataReader.pas Data.DBXMetaDataReader.hpp
| |
Unit: Data.DBXMetaDataReader | |
Parent: TDBXBaseMetaDataReader |
Delphi
function FetchCollectionWithStorage(const MetaDataCommand: string): TDBXTable; override;
C++
virtual Data::Dbxcommontable::TDBXTable* __fastcall FetchCollectionWithStorage(const System::UnicodeString MetaDataCommand);
Description
Returns a TDBXTable that contains information (specified by MetaDataCommand
) that allocates physical memory for the table.