次の方法で共有


RelationalTypeMapperExtensions.IsTypeMapped メソッド

定義

指定した .NET 型がマップされているかどうかを示す値を取得します。

public static bool IsTypeMapped (this Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMapper typeMapper, Type clrType);
static member IsTypeMapped : Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMapper * Type -> bool
<Extension()>
Public Function IsTypeMapped (typeMapper As IRelationalTypeMapper, clrType As Type) As Boolean

パラメーター

typeMapper
IRelationalTypeMapper

型マッパー。

clrType
Type

.NET 型。

戻り値

True の場合、型をマップできます。それ以外の場合は false。

適用対象