EntityManagerEnableChangeNotification Method Breeze.sharp
Turns on or off change notification events for a specific entity type.

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

public void EnableChangeNotification(
	Type clrEntityType,
	bool enabled = true
)

Parameters

clrEntityType
Type: SystemType
enabled (Optional)
Type: SystemBoolean
See Also

Reference