Datasnap.DSMetadata.TDSCustomMetaDataProvider.GetProvider

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetProvider: IDSProxyMetaDataLoader; virtual;

C++

virtual Datasnap::Dscommonproxy::_di_IDSProxyMetaDataLoader __fastcall GetProvider();

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSMetadata.pas
Datasnap.DSMetadata.hpp
Datasnap.DSMetadata TDSCustomMetaDataProvider

Description

To be implemented in subclasses in order to return the metadata provider attached to a server, for instance. In this TDSCustomMetaDataProvider implementation, GetProvider returns nil.

See Also