PropertyExtensions.GetContainingIndexes(IProperty) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets all indexes that use this property (including composite indexes in which this property is included).
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)
Parameters
- property
- IProperty
The property to get indexes for.
Returns
The indexes that use this property.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework