Click or drag to resize
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.Xml
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
bool PreserveIds { get; set; }

Property Value

Type: Boolean
true if the IDs sould be preserved, otherwise, false.
See Also