Datasnap.DSPlatform.TDSPlatform.MetadataClassName
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Datasnap.DSPlatform.pas Datasnap.DSPlatform.hpp
| |
Unit: Datasnap.DSPlatform | |
Parent: TDSPlatform |
Delphi
class function MetadataClassName: string; static;
C++
static System::UnicodeString __fastcall MetadataClassName();
Description
Returns the name of the Datasnap.DSCommonServer.DSMetadata class.
The MetadataClassName static method returns a System.WideString containing the name of the Datasnap.DSCommonServer.DSMetadata class. By default, MetadataClassName returns 'DSMetadata'
.