Class DataTypeMapperResult
The option data-type mapper result.
public sealed class DataTypeMapperResult
- Inheritance
-
DataTypeMapperResult
- Inherited Members
Constructors
DataTypeMapperResult(Type)
Initialize a new instance.
public DataTypeMapperResult(Type mappedType)
Parameters
mappedType
TypeThe mapped type.
Exceptions
- ArgumentNullException
Null mapped type.
Properties
MappedType
The mapped system type.
public Type MappedType { get; }