FDO .NET API Reference Feature Data Objects
__property OSGeo ::FDO ::Commands ::BatchParameterValueCollection* OSGeo::FDO::Commands::Feature::IInsertImp::get_BatchParameterValues (  ) 

Gets the BatchParameterValueCollection 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 BatchParameterValueCollection. Each ParameterValueCollection in the BatchParameterValueCollection should contain one ParameterValue for each of the parameters specified for property values.

Returns:
Returns BatchParameterValueCollection


Comments or suggestions? Send us feedback.