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# |
|---|
public bool IsAttached { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsAttached As Boolean Get |
| Visual C++ |
|---|
public: virtual property bool IsAttached { bool get () sealed; } |
| F# |
|---|
abstract IsAttached : bool with get override IsAttached : bool with get |