FDO API Reference Feature Data Objects

virtual FDO_API FdoIFeatureReader* FdoIInsert::Execute  )  [pure virtual]
 

Executes the insert command and returns a reference to an FdoIFeatureReader. Some feature providers can generate automatic identity values for features. This will happen automatically as the features are inserted. The returned FdoIFeatureReader 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 FdoIFeatureReader

Comments or suggestions? Send us feedback.