Changes between Version 36 and Version 37 of FDORfc33


Ignore:
Timestamp:
Apr 17, 2009, 9:22:41 AM (15 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc33

    v36 v37  
    175175
    176176    /// \brief
     177    /// Gets the Batch ParameterValue Collection that will be used for optimized
     178    /// batch execution of multiple statements with a single command. Batch
     179    /// execution can be performed by using parameters for each of the property
     180    /// values, then adding collections of parameter values to the Batch
     181    /// ParameterValue Collection. Each Collection in the ParameterValue Collection
     182    /// should contain one FdoParameterValue for each of the parameters specified
     183    /// for property values.
     184    ///
     185    /// \return
     186    /// Returns FdoBatchParameterValueCollection
     187    ///
     188    FDO_API virtual FdoBatchParameterValueCollection* GetBatchParameterValues() = 0;
     189
     190    /// \brief
    177191    /// Gets the SQL statement type that is to be executed.
    178192    ///