Get the type for which the mapping was not found
Namespace: BrightstarDB.EntityFrameworkAssembly: 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 |