FDO API Reference Feature Data Objects

enum XmlSpatialContextFlags::ConflictOption
 

The FdoXmlSpatialContextFlags::ConflictOption specifies how to handle Spatial Contexts that are already in the DataStore, when Deserializing:.

Parameters:
ConflictOption_Add just add new spatial contexts to the FDO DataStore. If the Spatial Context already exists, an exception is thrown.
ConflictOption_Update Update the spatial context if it already exists, add it if it doesn't exist.
ConflictOption_Skip ?just add new spatial contexts. Silently skip spatial contexts already in the DataStore.
Enumerator:
ConflictOption_Add 
ConflictOption_Update 
ConflictOption_Skip 

Comments or suggestions? Send us feedback.