Datasnap.DSClientMetadata.TDSRestMetaDataProvider.HasProvider

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 HasProvider: Boolean; override;

C++

virtual bool __fastcall HasProvider();


Description

Returns whether the REST metadata provider actually has a provider.

The HasProvider method returns whether the DataSnap REST metadata provider actually has a provider.

See Also