Get the type for which the mapping was not found

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

Syntax

C#
public Type UnmappedType { get; }
Visual Basic
Public ReadOnly Property UnmappedType As Type
	Get
Visual C++
public:
property Type^ UnmappedType {
	Type^ get ();
}
F#
member UnmappedType : Type with get

Property Value

Type: Type

See Also