The SaveResult type exposes the following members.
Properties
              | Name | Description | |
|---|---|---|
| 
                   | 
                Entities | 
                   
            The saved entities - with any temporary keys converted into 'real' keys.
            These entities are actually references to entities in the EntityManager 
            cache that have been updated as a result of the save.
             
                 | 
              
| 
                   | 
                KeyMappings | 
                   
            Dictionary that maps presave EntityKeys to postSave entity keys for all temporary keys where the server 
            will have generated the new key.
             
                 | 
              
See Also