Returns true if the object is currently attached to a context

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

Syntax

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

Property Value

Type: Boolean

See Also