FDO .NET API Reference Feature Data Objects

mgIInsert.h File Reference

Include dependency graph for mgIInsert.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Commands
namespace  OSGeo::FDO::Commands::Feature
namespace  OSGeo::FDO::Expression

Functions

OSGeo::FDO::Commands::Feature::IFeatureReaderOSGeo::FDO::Commands::Feature::Execute ()
 Executes the update command and returns the number of modified instances.
__property OSGeo::FDO::Commands::BatchParameterValueCollectionOSGeo::FDO::Commands::Feature::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.
__property OSGeo::FDO::Commands::PropertyValueCollectionOSGeo::FDO::Commands::Feature::get_PropertyValues ()
 Gets the PropertyValueCollection that specifies the names and values of the properties for the instance to be inserted.
__property System::Void OSGeo::FDO::Commands::Feature::set_FeatureClassName (OSGeo::FDO::Expression::Identifier *value)
 Sets the name of the class to be operated upon as an Identifier.
System::Void OSGeo::FDO::Commands::Feature::SetFeatureClassName (System::String *value)
 Sets the name of the class to be operated upon as an Identifier.

Variables

public __gc __interface OSGeo::FDO::Commands::Feature::IFeatureReader
public __gc __interface OSGeo::FDO::Commands::Feature::IInsert

Comments or suggestions? Send us feedback.