Datasnap.DSCommonServer.TDSMethodInfo.GetDSMethod

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDSMethod: TDSMethod;

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer TDSMethodInfo

Description

Returns a DataSnap server method.

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

See Also