FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Commands::Schema::IDestroySchemaImp:
Public Member 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::String * | get_SchemaName () |
Gets the name of the schema to destroy as a string. | |
__property System::Void | set_SchemaName (System::String *value) |
Sets the name of the schema to destroy as a string. |
|
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.
|
|
Gets the name of the schema to destroy as a string.
|
|
Sets the name of the schema to destroy as a string.
|
Comments or suggestions? Send us feedback. |