SaveResultKeyMappings Property Breeze.sharp
Dictionary that maps presave EntityKeys to postSave entity keys for all temporary keys where the server will have generated the new key.

Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public ReadOnlyDictionary<EntityKey, EntityKey> KeyMappings { get; }

Property Value

Type: ReadOnlyDictionaryEntityKey, EntityKey
See Also

Reference