EntityManagerHasChanges Method Breeze.sharp
Returns whether there are any pending changes for this EntityManager or for selected types within this EntityManager.

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

public bool HasChanges(
	IEnumerable<Type> entityTypes = null
)

Parameters

entityTypes (Optional)
Type: System.Collections.GenericIEnumerableType

Return Value

Type: Boolean
See Also

Reference