Datasnap.DSClientMetadata.TDSRestMetaDataProvider.GetProvider

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetProvider: IDSProxyMetaDataLoader; override;

C++

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

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSClientMetadata.pas
Datasnap.DSClientMetadata.hpp
Datasnap.DSClientMetadata TDSRestMetaDataProvider


Description

Returns the provider of the REST metadata provider.

The GetProvider method returns the provider of the DataSnap REST metadata provider.

See Also