Datasnap.DSClientMetadata.TDSRestMetaDataProvider.GetProvider

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSClientMetadata.pas
Datasnap.DSClientMetadata.hpp
Unit: Datasnap.DSClientMetadata
Parent: TDSRestMetaDataProvider

Delphi

function GetProvider: IDSProxyMetaDataLoader; override;

C++

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


Description

Returns the provider of the REST metadata provider.

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

See Also