Datasnap.DSCommonServer.TDSMethodInfo.GetDSMethod

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Unit: Datasnap.DSCommonServer
Parent: TDSMethodInfo

Delphi

function GetDSMethod: TDSMethod;

C++

Datasnap::Dsreflect::TDSMethod* __fastcall GetDSMethod();

Description

Returns a DataSnap server method.

The GetDSMethod method is used to return a DataSnap server method.

See Also