Aracılığıyla paylaş


PropertyExtensions.IsIndex(IProperty) Yöntem

Tanım

Dikkat

Use IReadOnlyProperty.IsIndex

Bu özelliğin dizin olarak mı (yoksa bileşik dizinin bir parçası olarak mı) kullanıldığını belirten bir değer alır.

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

Parametreler

property
IProperty

Denetlenecek özellik.

Döndürülenler

true özelliği dizin olarak kullanılıyorsa, aksi takdirde false.

Öznitelikler

Şunlara uygulanır