Flag indicating if this entity has been locally modified

Namespace: BrightstarDB.EntityFramework
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public bool IsModified { get; }
Visual Basic
Public ReadOnly Property IsModified As Boolean
	Get
Visual C++
public:
virtual property bool IsModified {
	bool get () sealed;
}
F#
abstract IsModified : bool with get
override IsModified : bool with get

Property Value

Type: Boolean

Implements

IEntityObject..::..IsModified

See Also