| 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 |