Returns the context that the item is currently attached to

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

Syntax

C#
EntityContext Context { get; }
Visual Basic
ReadOnly Property Context As EntityContext
	Get
Visual C++
property EntityContext^ Context {
	EntityContext^ get ();
}
F#
abstract Context : EntityContext with get

Property Value

Type: EntityContext

See Also