Bagikan melalui


PropertyExtensions.IsIndex(IProperty) Metode

Definisi

Perhatian

Use IReadOnlyProperty.IsIndex

Mendapatkan nilai yang menunjukkan apakah properti ini digunakan sebagai indeks (atau bagian dari indeks komposit).

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

Parameter

property
IProperty

Properti untuk diperiksa.

Mengembalikan

true jika properti digunakan sebagai indeks, jika tidak false.

Atribut

Berlaku untuk