Aracılığıyla paylaş


RelationalTypeMapperExtensions.IsTypeMapped Yöntem

Tanım

Verilen .NET türünün eşlenip eşlenmediğini belirten bir değer alır.

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

Parametreler

typeMapper
IRelationalTypeMapper

Tür eşleyici.

clrType
Type

.NET türü.

Döndürülenler

Tür eşlenebiliyorsa True; aksi takdirde false.

Şunlara uygulanır