Class TypeMapping
Type mapping information.
public sealed record TypeMapping : IEquatable<TypeMapping>
- Inheritance
-
TypeMapping
- Implements
- Extension Methods
Constructors
TypeMapping(IType, DataType?)
Type mapping information.
public TypeMapping(IType CLRType, DataType? DataType)
Parameters
Properties
CLRType
.net type.
public IType CLRType { get; init; }
Property Value
DataType
Optional DataType hint.
public DataType? DataType { get; init; }