Bagikan melalui


PropertyExtensions.GetContainingIndexes(IProperty) Metode

Definisi

Mendapatkan semua indeks yang menggunakan properti ini (termasuk indeks komposit tempat properti ini disertakan).

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IIndex> GetContainingIndexes (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetContainingIndexes : Microsoft.EntityFrameworkCore.Metadata.IProperty -> seq<Microsoft.EntityFrameworkCore.Metadata.IIndex>
<Extension()>
Public Function GetContainingIndexes (property As IProperty) As IEnumerable(Of IIndex)

Parameter

property
IProperty

Properti untuk mendapatkan indeks.

Mengembalikan

Indeks yang menggunakan properti ini.

Berlaku untuk