RelationalTypeMapperExtensions.IsTypeMapped(IRelationalTypeMapper, Type) Yöntem

Tanım

Verilen .NET türünün eşlenip eşleştirilmediğini gösteren 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

Boolean

Tür eşlenuygunsa doğru; Aksi halde yanlış.

Şunlara uygulanır