Compartir a través de


ConventionSet.IndexAddedConventions Propiedad

Definición

Convenciones para ejecutarse cuando se agrega un índice.

public virtual System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IIndexConvention> IndexAddedConventions { get; }
public virtual System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IIndexAddedConvention> IndexAddedConventions { get; }
public virtual System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.IIndexAddedConvention> IndexAddedConventions { get; }
public virtual System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Metadata.Conventions.IIndexAddedConvention> IndexAddedConventions { get; }
member this.IndexAddedConventions : System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IIndexConvention>
member this.IndexAddedConventions : System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IIndexAddedConvention>
member this.IndexAddedConventions : System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.IIndexAddedConvention>
member this.IndexAddedConventions : System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Metadata.Conventions.IIndexAddedConvention>
Public Overridable ReadOnly Property IndexAddedConventions As IList(Of IIndexConvention)
Public Overridable ReadOnly Property IndexAddedConventions As IList(Of IIndexAddedConvention)
Public Overridable ReadOnly Property IndexAddedConventions As List(Of IIndexAddedConvention)

Valor de propiedad

IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IIndexConvention>
IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IIndexAddedConvention>

Se aplica a