Changes between Version 32 and Version 33 of FDORfc33


Ignore:
Timestamp:
Apr 16, 2009, 9:53:12 AM (15 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc33

    v32 v33  
    105105The !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.
    106106
     107{{{
    107108/// \brief
    108109/// The FdoParameterValue class specifies a value for a particular parameter.
     
    136137    FDO_API FdoParameterDirection GetDirection();
    137138};
     139}}}
    138140
    139141==== SQLCommandType Enumeration ====