Datasnap.DSNames.TDSMethodParametersColumns

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