Table of Contents

Class TypeMapping

Namespace
LinqToDB.Schema
Assembly
linq2db.Tools.dll

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

CLRType IType

.net type.

DataType DataType?

Optional DataType hint.

Properties

CLRType

.net type.

public IType CLRType { get; init; }

Property Value

IType

DataType

Optional DataType hint.

public DataType? DataType { get; init; }

Property Value

DataType?