PropertyExtensions.IsIndex(IProperty) Yöntem

Tanım

Dikkat

Use IReadOnlyProperty.IsIndex

Bu özelliğin bir dizin (veya bileşik dizinin bir parçası) olarak kullanıla mı olduğunu 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

Boolean

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

Öznitelikler

Şunlara uygulanır