FDO API Reference Feature Data Objects

virtual FDO_API FdoBatchParameterValueCollection* FdoIInsert::GetBatchParameterValues  )  [pure virtual]
 

Gets the FdoBatchParameterValueCollection that can be used for optimized batch inserts of multiple features with a single insert command. Batch inserts can be performed by using Parameters for each of the property values, then adding collections of parameter values to the FdoBatchParameterValueCollection. Each FdoParameterValueCollection in the FdoBatchParameterValueCollection should contain one FdoParameterValue for each of the parameters specified for property values.

Returns:
Returns FdoBatchParameterValueCollection

Comments or suggestions? Send us feedback.