Data.SqlExpr.TSqlServerMethod.ServerMethodName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ServerMethodName: string read FServerMethodName write SetServerMethodName;

C++

__property System::UnicodeString ServerMethodName = {read=FServerMethodName, write=SetServerMethodName};

Properties

Type Visibility Source Unit Parent
property published
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TSqlServerMethod

Description

Sets method name of remote DataSnap server method.

ServerMethodName sets the method name of the remote DataSnap server method to be executed by ExecuteMethod.

The method name may also be specified in CommandText. In this case, it is of the form partialClassName.methodName, where partialClassName is the name of the server methods class without the T prefix and methodName is the server method name.

See Also