Data.DBXMetaDataReader.TDBXBaseMetaDataReader.FetchCollectionWithStorage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FetchCollectionWithStorage(const MetaDataCommand: string): TDBXTable; override;

C++

virtual Data::Dbxcommontable::TDBXTable* __fastcall FetchCollectionWithStorage(const System::UnicodeString MetaDataCommand);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXMetaDataReader.pas
Data.DBXMetaDataReader.hpp
Data.DBXMetaDataReader TDBXBaseMetaDataReader

Description

Returns a TDBXTable that contains information (specified by MetaDataCommand) that allocates physical memory for the table.

See Also