FDO API Reference Feature Data Objects

virtual FDO_API bool FdoISchemaCapabilities::SupportsSchemaModification  )  [pure virtual]
 

Determines if the provider support update a schema through the ApplySchema command. If False, then an application can only create a schema once for the provider. They can use the ApplySchema command once for a given datastore. Once the schema is defined, it cannot be changed. If True, then the provider supports the ability to modify or add to the schema after it is defined initially.

Returns:
Returns true if the provider supports the update of the schema.

Comments or suggestions? Send us feedback.