Share via


ConventionSet.IndexUniquenessChangedConventions Property

Definition

Conventions to run when the uniqueness of an index is changed.

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

Property Value

IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IIndexUniquenessChangedConvention>

Applies to