The current dirty state of the entity.

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

Syntax

C#
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
[IgnoreDataMemberAttribute]
public EntityState EntityState { get; internal set; }
Visual Basic (Declaration)
<XmlIgnoreAttribute> _
<BrowsableAttribute(False)> _
<IgnoreDataMemberAttribute> _
Public Property EntityState As EntityState

See Also