Aracılığıyla paylaş


PropertyExtensions.GetContainingIndexes(IProperty) Yöntem

Tanım

Bu özelliği kullanan tüm dizinleri alır (bu özelliğin dahil olduğu bileşik dizinler dahil).

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)

Parametreler

property
IProperty

Dizinleri almak için özelliği.

Döndürülenler

Bu özelliği kullanan dizinler.

Şunlara uygulanır