Returns true if the object is currently attached to a context
Namespace: BrightstarDB.EntityFrameworkAssembly: 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 |