FDO .NET API Reference Feature Data Objects

mgIInsertImp.h File Reference

Include dependency graph for mgIInsertImp.h:

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

Classes

class  OSGeo::FDO::Commands::Feature::IInsertImp
 The IInsertImp class is a concrete implementation class for interface IInsert. The IInsert interface defines the Insert command, which inserts a new instance of a given class. Input to the insert command includes the name of the class and a collection of property values. Properties that are not specified and do not have a default value will be assigned a null value or an exception will be thrown if the property is required. The insert command can insert instances at global scope or instances nested within an object collection property. Instances at global scope are referred to simply by the class name. Instances at a nested scope (i.e. instances within a object collection property) are referred to by the containing class name, followed by a '.', followed by the object collection property name. More...

Variables

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

Comments or suggestions? Send us feedback.