Aracılığıyla paylaş


PropertyExtensions.IsKey(IProperty) Yöntem

Tanım

Dikkat

Use IReadOnlyProperty.IsKey

Bu özelliğin birincil anahtar veya alternatif anahtar (ya da bileşik birincil veya alternatif anahtar parçası) olarak kullanılıp kullanılmadığını belirten bir değer alır.

public static bool IsKey (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
[System.Obsolete("Use IReadOnlyProperty.IsKey")]
public static bool IsKey (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member IsKey : Microsoft.EntityFrameworkCore.Metadata.IProperty -> bool
[<System.Obsolete("Use IReadOnlyProperty.IsKey")>]
static member IsKey : Microsoft.EntityFrameworkCore.Metadata.IProperty -> bool
<Extension()>
Public Function IsKey (property As IProperty) As Boolean

Parametreler

property
IProperty

Denetlenecek özellik.

Döndürülenler

true özelliği anahtar olarak kullanılıyorsa, değilse false.

Öznitelikler

Şunlara uygulanır