RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSqlServerMethod.ServerMethodName Property

Sets method name of remote DataSnap server method.

Pascal
property ServerMethodName: UnicodeString;
C++
__property UnicodeString ServerMethodName;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!