Datasnap.DSNames.TDSMetadataMethods

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTDSMetadataMethods
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.DSNames.pas
Datasnap.DSNames.hpp
Unit: Datasnap.DSNames
Parent: Datasnap.DSNames

Delphi

TDSMetadataMethods = class(TObject)

C++

class PASCALIMPLEMENTATION TDSMetadataMethods : public System::TObject

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