FDO API Reference Feature Data Objects

enum FdoXmlFeatureFlags::ConflictOption
 

The FdoXmlFeatureFlags::ConflictOption specifies how to handle features that are already in the DataStore, when Deserializing:.

Parameters:
ConflictOption_Add just add new features to the FDO DataStore. If a feature already exists, an exception is thrown.
ConflictOption_Update Update the feature if it already exists, add it if it doesn't exist. This is the slowest option, since the feature must be queried from the DataStore before it is inserted or updated.
ConflictOption_Skip just add new features. Silently skip features already in the DataStore.
Enumerator:
ConflictOption_Add 
ConflictOption_Update 
ConflictOption_Skip 

Definition at line 75 of file FeatureFlags.h.


Comments or suggestions? Send us feedback.