FDO API Reference Feature Data Objects

FDO_API void FdoFeatureSchema::AcceptChanges  ) 
 

Accepts all of the changes that have been made to the feature schema. All child elements with a schema element state set to FdoSchemaElementState_Deleted are physically removed from the schema. All other child elements have their schema element state values set to FdoSchemaElementState_Unchanged. This method would usually be only called from an FDO Provider (IApplySchema implementation). It would not normally called by an FDO Client.

Returns:
Returns nothing

Comments or suggestions? Send us feedback.