Flag indicating if this is a new data object that will be created for the first time when the next call to SaveChanges()()()() completes

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

Syntax

C#
bool IsNew { get; }
Visual Basic
ReadOnly Property IsNew As Boolean
	Get
Visual C++
property bool IsNew {
	bool get ();
}
F#
abstract IsNew : bool with get

Property Value

Type: Boolean

See Also