Get the type of mapping to apply for the property

Namespace: BrightstarDB.EntityFramework
Assembly: 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

Property Value

Type: PropertyMappingType

See Also