Datasnap.DSNames.TDSMetadataMethods

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTDSMetadataMethods

Delphi

TDSMetadataMethods = class(TObject)

C++

class PASCALIMPLEMENTATION TDSMetadataMethods : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
Datasnap.DSNames.pas
Datasnap.DSNames.hpp
Datasnap.DSNames Datasnap.DSNames

Description

Method names used in the DSMetadata server class.

TDSMetadataMethods represents method names used in the DSMetadata server class.

The following table contains column descriptions.



Constant Description

GetDatabase

Invokes GetDatabase for DSMetadata.

GetProcedures

Invokes GetProcedures for DSMetadata.

GetProcedureParameters

Invokes GetProcedureParameters for DSMetadata.



See Also