Returns the singleton instance of this class that tracks all entity mapping
information for the current application domain.
Namespace: BrightstarDB.EntityFrameworkAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public static readonly EntityMappingStore Instance |
| Visual Basic |
|---|
Public Shared ReadOnly Instance As EntityMappingStore |
| Visual C++ |
|---|
public:
static initonly EntityMappingStore^ Instance |
| F# |
|---|
static val Instance: EntityMappingStore |
Field Value
Type:
EntityMappingStore
See Also