Changes between Version 31 and Version 32 of FDORfc33
- Timestamp:
- 04/16/09 09:52:42 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc33
v31 v32 82 82 83 83 84 ==== FdoParameterDirection Enumeration ====84 ==== Parameter Direction Enumeration ==== 85 85 86 86 A new enumeration, !FdoParameterDirection, will be added to the FDO API for use within FDO Commands that utilize parameters. !FdoParameterDirection defines the direction in which the command will utilize the parameter upon execution. Parameter direction values are typically Input, Output, InputOutput and Return, with the default value is typically Input.