TDAParamType
Overview
The TDAParamType enumeration specifies the directions available for TDAParam.
Location
- Unit: uDACore.pas
Value | Description |
---|---|
daptInput | The parameter will be passed into the command or stored procedure |
daptInputOutput | The parameter will be passed in and back out of the command or stored procedure |
daptOutput | The parameter will be returned from the command or stored procedure |
daptResult | The parameter will be returned from the command or stored procedure as result value |
daptUnknown | Unknown or unspecified direction |