| IXmlDataImporterPreserveIds Property  | 
            Gets or sets a value indicating whether the IDs from XML should be preserved
            when importing into the repository. This option is only available if the
            underlying data storage accepts external IDs (relational databases don't do 
            this).
            
 
Namespace: PDTec.IceNet.Core.XmlAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxbool PreserveIds { get; set; }Property Value
Type: 
Booleantrue if the IDs sould be preserved, otherwise, 
false.
See Also