Aracılığıyla paylaş


ConventionTypeBaseExtensions.IsIgnored(IConventionTypeBase, String) Yöntem

Tanım

Verilen üye adının yoksayılıp yoksayılmadığını gösterir.

public static bool IsIgnored (this Microsoft.EntityFrameworkCore.Metadata.IConventionTypeBase entityType, string memberName);
static member IsIgnored : Microsoft.EntityFrameworkCore.Metadata.IConventionTypeBase * string -> bool
<Extension()>
Public Function IsIgnored (entityType As IConventionTypeBase, memberName As String) As Boolean

Parametreler

entityType
IConventionTypeBase

Yoksayılan üyeyi denetlemek için tür.

memberName
String

Yoksayılabilir üyenin adı.

Döndürülenler

true verilen üye adı yoksayılırsa.

Şunlara uygulanır