FDO .NET API Reference Feature Data Objects

mgIApplySchema.h File Reference

Include dependency graph for mgIApplySchema.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::Schema
namespace  OSGeo::FDO::Schema

Functions

System::Void OSGeo::FDO::Commands::Schema::Execute ()
 Executes the destroy schema command, which removes the schema, class definitions, relation definitions, and all instance data from the DataStore. If elements in other schemas refer to the schema to be destroyed an exception is thrown.
__property System::Boolean OSGeo::FDO::Commands::Schema::get_IgnoreStates ()
 Indicates whether Execute() will ignore element states when applying the feature schema.
__property OSGeo::FDO::Commands::Schema::PhysicalSchemaMappingOSGeo::FDO::Commands::Schema::get_PhysicalMapping ()
 Gets the PhysicalSchemaMapping used to specify how the schema definition gets mapped into physical storage.
__property System::Void OSGeo::FDO::Commands::Schema::set_FeatureSchema (OSGeo::FDO::Schema::FeatureSchema *value)
 Sets the name of the schema to create.
__property System::Void OSGeo::FDO::Commands::Schema::set_IgnoreStates (System::Boolean ignoreStates)
 Changes the handling of element states by Execute().
__property System::Void OSGeo::FDO::Commands::Schema::set_PhysicalMapping (OSGeo::FDO::Commands::Schema::PhysicalSchemaMapping *value)
 Sets the PhysicalSchemaMapping used to specify how the schema definition gets mapped into physical storage.

Variables

public __gc __interface OSGeo::FDO::Commands::Schema::IApplySchema

Comments or suggestions? Send us feedback.