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#
void Attach(
	EntityContext context
)
Visual Basic
Sub Attach ( 
	context As EntityContext
)
Visual C++
void Attach(
	EntityContext^ context
)
F#
abstract Attach : 
        context : EntityContext -> unit 

Parameters

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

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

See Also