SaveResultEntities Property Breeze.sharp
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.

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

public ReadOnlyCollection<IEntity> Entities { get; }

Property Value

Type: ReadOnlyCollectionIEntity
See Also

Reference