TDAParamType
From RemObjects Software
This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.
Overview
Specifies the direction of the parameter. Command parameters can either be incoming (passed into the command), outgoing/result (returned from the command) or Incoming and Outgoing (both passed in and returned). Data table parameters can only be incoming.
File
uDAInterfaces
Declaration
TDAParamType = (daptUnknown, daptInput, daptOutput, daptInputOutput, daptResult)
Values
| | |
|---|---|
| daptUnknown | Unknown direction of the parameter. |
| daptInput | Indicates that parameter is passed in. |
| daptOutput | Parameter is output. |
| daptInputOutput | Parameter is input and output as well. |
| daptResult | Parameter is represented result of the command execution. |
See Also
Product: RemObjects Data Abstract
Current version: Data Abstract 'Vinci' (5.0)
Lists — Glossary — Features — How To — Drivers — Components — Tools — Samples — Articles — Architecture — Issues
Categories: Text | Data Abstract | Architecture | Enum | Delphi
