Datasnap.DSPlatform.TDSPlatform.MetadataClassName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function MetadataClassName: string; static;

C++

static System::UnicodeString __fastcall MetadataClassName();

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSPlatform.pas
Datasnap.DSPlatform.hpp
Datasnap.DSPlatform TDSPlatform

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'.

See Also