FDO API Reference Feature Data Objects

virtual FDO_API FdoFeatureSchemaCollection* FdoIDescribeSchema::Execute  )  [pure virtual]
 

Executes the DescribeSchema command and returns a FdoFeatureSchemaCollection. 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 FdoSchemaElementState_Unchanged. Each provider-specific implementation of Execute() can ensure that this is the case by calling FdoFeatureSchema::AcceptChanges() for each feature schema in the returned collection.

Comments or suggestions? Send us feedback.