FDO API Reference Feature Data Objects

mgIDestroySchema.h File Reference

Include dependency graph for mgIDestroySchema.h:

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


Functions

System::Void 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::Void set_SchemaName (System::String *value)
 Sets the name of the schema to destroy as a string.

Variables

BEGIN_NAMESPACE_OSGEO_FDO_COMMANDS_SCHEMA
public __gc __interface 
IDestroySchema
 The FdoIDestroySchema interface defines the DestroySchema command, which destroys a schema definition, including all class definitions, relationship definitions, and instance data within it. If elements in other schemas refer to the schema to be destroyed command, execution will fail. Input to the delete schema command is the name of the schema to be destroyed.

Comments or suggestions? Send us feedback.