Changes between Version 32 and Version 33 of FDORfc33
- Timestamp:
- 04/16/09 09:53:12 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc33
v32 v33 105 105 The !FdoParameterValue class will be updated to add an additional property Direction, which will indicate the direction in which the parameter will be used within the context of command using the parameters within the context of their execution. 106 106 107 {{{ 107 108 /// \brief 108 109 /// The FdoParameterValue class specifies a value for a particular parameter. … … 136 137 FDO_API FdoParameterDirection GetDirection(); 137 138 }; 139 }}} 138 140 139 141 ==== SQLCommandType Enumeration ====