Constructor for an EntityContext object that uses the ReflectionMappingProvider to populate its entity type and property mappings.

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

Syntax

C#
protected EntityContext()
Visual Basic
Protected Sub New
Visual C++
protected:
EntityContext()
F#
new : unit -> EntityContext

Remarks

This method is provided so that classes derived from EntityContext can be defined with additional properties that provide access to the types of entities that the context manages

See Also