ConventionSet.EntityTypePrimaryKeyChangedConventions Property

Definition

Conventions to run when a primary key is changed.

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

Property Value

Applies to