Performs an asynchronous save of just the specified entities within this EntityManager.
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
public Task<SaveResult> SaveChanges( IEnumerable<IEntity> entities = null, SaveOptions saveOptions = null )
Parameters
- entities (Optional)
- Type: System.Collections.GenericIEnumerableIEntity
- saveOptions (Optional)
- Type: Breeze.SharpSaveOptions
Return Value
Type: TaskSaveResultSee Also