Datasnap.DSNames.TDSMethodColumns
Delphi
TDSMethodColumns = class
C++
class PASCALIMPLEMENTATION TDSMethodColumns : public System::TObject
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | Datasnap.DSNames.pas Datasnap.DSNames.hpp |
Datasnap.DSNames | Datasnap.DSNames |
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. |