Aracılığıyla paylaş


MutableEntityTypeExtensions.FindIndex(IMutableEntityType, IProperty) Yöntem

Tanım

Verilen özellikte tanımlanan dizini alır. 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 özellik.

Döndürülenler

Dizin veya yoksa null.

Şunlara uygulanır