Attaches the object to the specified context

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

Syntax

C#
public void Attach(
	EntityContext context
)
Visual Basic
Public Sub Attach ( 
	context As EntityContext
)
Visual C++
public:
virtual void Attach(
	EntityContext^ context
) sealed
F#
abstract Attach : 
        context : EntityContext -> unit 
override Attach : 
        context : EntityContext -> unit 

Parameters

context
Type: BrightstarDB.EntityFramework..::..EntityContext

[Missing <param name="context"/> documentation for "M:BrightstarDB.EntityFramework.BrightstarEntityObject.Attach(BrightstarDB.EntityFramework.EntityContext)"]

Implements

IEntityObject..::..Attach(EntityContext)

See Also