Indicates if this entity is read-only.

Namespace:  Mindscape.LightSpeed.MetaData
Assembly:  Mindscape.LightSpeed.MetaData (in Mindscape.LightSpeed.MetaData.dll)
Version: 4.0.1000.1 (4.0.0.0)

Syntax

C#
public bool IsTransient { get; private set; }
Visual Basic (Declaration)
Public Property IsTransient As Boolean

Remarks

A transient entity will not have any changes persisted when calling SaveChanges() from a UnitOfWork and will not participate in any cascade delete operations if related to a non transient entity which is being removed.

See Also