IEntityType.GetDeclaredIndexes 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 declared on the given IEntityType.
This method does not return indexes declared on base types. It is useful when iterating over all entity types to avoid processing the same index more than once. Use GetIndexes() to also return indexes declared on base types.
public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IIndex> GetDeclaredIndexes ();
abstract member GetDeclaredIndexes : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IIndex>
Public Function GetDeclaredIndexes () As IEnumerable(Of IIndex)
Returns
Declared indexes.
Applies to
Feedback
Submit and view feedback for