Get the type of mapping to apply for the property
Namespace: BrightstarDB.EntityFrameworkAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public PropertyMappingType MappingType { get; } |
| Visual Basic |
|---|
Public ReadOnly Property MappingType As PropertyMappingType Get |
| Visual C++ |
|---|
public: property PropertyMappingType MappingType { PropertyMappingType get (); } |
| F# |
|---|
member MappingType : PropertyMappingType with get |