Datasnap.DSNames.TDSMethodColumns
| [–] Properties | |
|---|---|
| Type: class | |
| Visibility: public | |
| Source: Datasnap.DSNames.pas Datasnap.DSNames.hpp
| |
| Unit: Datasnap.DSNames | |
| Parent: Datasnap.DSNames | |
Delphi
TDSMethodColumns = class
C++
class PASCALIMPLEMENTATION TDSMethodColumns : public System::TObject
Description
Columns used by the TDSMethodEntity collection.
TDSMethodColumns represents columns used by the TDSMethodEntity collection.
The following table contains column descriptions.
| Constant | Description |
|---|---|
|
MethodAlias |
Name of the server method used by the client. |
|
ServerClassName |
Name of a class that contains public methods that can be called from remote clients. |
|
RoleName |
Role name used for security purposes to restrict access to remote clients. |
|
ServerMethodName |
Name of method to be called. |