MutableEntityTypeExtensions.FindIndex(IMutableEntityType, IProperty) Yöntem

Tanım

Verilen özellikte tanımlanan dizini alır. Hiçbir dizin tanımlanmamışsa null döndürür.

public static Microsoft.EntityFrameworkCore.Metadata.IMutableIndex FindIndex (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType, Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member FindIndex : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType * Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.IMutableIndex
<Extension()>
Public Function FindIndex (entityType As IMutableEntityType, property As IProperty) As IMutableIndex

Parametreler

entityType
IMutableEntityType

Varlık türü.

property
IProperty

Dizini bulmak için özelliği.

Döndürülenler

IMutableIndex

Dizin veya hiçbiri bulunamazsa null.

Şunlara uygulanır