Compartir a través de


ForeignKeyIndexConvention.AreIndexedBy Método

Definición

Devuelve un valor que indica si las propiedades especificadas ya están cubiertas por un índice existente.

protected virtual bool AreIndexedBy (System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty> properties, bool unique, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty> coveringIndexProperties, bool coveringIndexUnique);
abstract member AreIndexedBy : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty> * bool * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty> * bool -> bool
override this.AreIndexedBy : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty> * bool * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty> * bool -> bool
Protected Overridable Function AreIndexedBy (properties As IReadOnlyList(Of IConventionProperty), unique As Boolean, coveringIndexProperties As IReadOnlyList(Of IConventionProperty), coveringIndexUnique As Boolean) As Boolean

Parámetros

properties
IReadOnlyList<IConventionProperty>

Propiedades que se van a comprobar.

unique
Boolean

Si el índice que se va a crear debe ser único.

coveringIndexProperties
IReadOnlyList<IConventionProperty>

Propiedades de un índice existente.

coveringIndexUnique
Boolean

Si el índice existente es único.

Devoluciones

true si el índice existente cubre las propiedades especificadas.

Se aplica a