FDO .NET API Reference Feature Data Objects
System::Void OSGeo::FDO::Schema::FeatureSchema::AcceptChanges (  ) 

Accepts all of the changes that have been made to the feature schema. All child elements with a schema element state set to SchemaElementState_Deleted are physically removed from the schema. All other child elements have their schema element state values set to SchemaElementState_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.