FDO .NET API Reference Feature Data Objects
OSGeo ::FDO ::Schema ::FeatureSchemaCollection* OSGeo::FDO::Commands::Schema::IDescribeSchemaImp::Execute (  ) 

Executes the DescribeSchema command and returns a FeatureSchemaCollection. If a schema name is given that has references to another schema, the dependent schemas will be returned as well. If the specified schema name does not exist, the Execute method throws an exception.

Returns:
Returns the schema collection representing the schema created. The element states for all elements will be set to SchemaElementState_Unchanged. Each provider-specific implementation of Execute() can ensure that this is the case by calling FeatureSchema::AcceptChanges() for each feature schema in the returned collection.


Comments or suggestions? Send us feedback.