ConventionSet.KeyRemovedConventions Property

Definition

Conventions to run when a key is removed.

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

Property Value

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

Applies to