EntityManagerGetChanges Method (IEnumerableType) Breeze.sharp
Returns a collection of all of the pending changes within this EntityManager for a specified list of entity types.

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

public IEnumerable<IEntity> GetChanges(
	IEnumerable<Type> entityTypes = null
)

Parameters

entityTypes (Optional)
Type: System.Collections.GenericIEnumerableType

Return Value

Type: IEnumerableIEntity
See Also

Reference