Datasnap.DSNames.TDSMethodParametersColumns

Delphi
TDSMethodParametersColumns = class
C++
class PASCALIMPLEMENTATION TDSMethodParametersColumns : 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 TDSMethodParametersEntity collection.
TDSMethodColumns represents columns used by the TDSMethodParametersEntity 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. | 
| ServerMethodName | Name of the method to be called. | 
| ParameterName | Name of the parameter. | 
| ParameterTypeName | Data type name of the parameter. | 
| ParameterDirection | One of the constants in TDBXParameterDirections. | 
| DbxDataType | DBX data type used for this parameter type. | 
| DbxParameterDirection | One of the constants in TDBXParameterDirections. |