EntityAspectIsNullEntity Property Breeze.sharp
Returns whether the current instance is a null entity.

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

public bool IsNullEntity { get; }

Property Value

Type: Boolean
Remarks

The EntityManager will return a NullEntity instead of a null value when a requested entity is not found.
See Also

Reference