EntryCopyOptionsIdMappingHints Property |
Gets or sets a dictionary which provides mapping hints.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public IDictionary<Guid, Guid>? IdMappingHints { get; set; }
Public Property IdMappingHints As IDictionary(Of Guid, Guid)
Get
Set
public:
property IDictionary<Guid, Guid>^ IdMappingHints {
IDictionary<Guid, Guid>^ get ();
void set (IDictionary<Guid, Guid>^ value);
}
member IdMappingHints : IDictionary<Guid, Guid> with get, set
Property Value
Type:
IDictionaryGuid,
GuidRemarks
If a mapping for a particular ID is found as a key in the dictionary, the copy mechanism will attempt to use the corresponding
value as the replacement ID. This may be necessary if you are copying multiple entities which need the same new IDs generated
during the copy operation.
See Also