FDO .NET API Reference Feature Data Objects
OSGeo ::FDO ::Commands ::Feature ::IFeatureReader* OSGeo::FDO::Commands::Feature::IInsertImp::Execute (  ) 

Executes the insert command and returns a reference to an IFeatureReader. Some feature providers can generate automatic identity values for features. This will happen automatically as the features are inserted. The returned IFeatureReader allows the client to obtain the automatic identity property value(s) of newly inserted object(s). The returned feature reader at a minimum will read the unique identity properties of the objects just inserted. Multiple objects will be returned through the reader in the case of a batch insert.

Returns:
Returns an IFeatureReader


Comments or suggestions? Send us feedback.