Runs after the entity object is created by the specified context. It is not necessary to call the base method.

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

Syntax

C#
protected virtual void OnCreated(
	BrightstarEntityContext context
)
Visual Basic
Protected Overridable Sub OnCreated ( 
	context As BrightstarEntityContext
)
Visual C++
protected:
virtual void OnCreated(
	BrightstarEntityContext^ context
)
F#
abstract OnCreated : 
        context : BrightstarEntityContext -> unit 
override OnCreated : 
        context : BrightstarEntityContext -> unit 

Parameters

context
Type: BrightstarDB.EntityFramework..::..BrightstarEntityContext

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

See Also