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: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
bool PreserveIds { get; set; }

Property Value

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