ConventionSet.KeyAddedConventions Property

Definition

Conventions to run when a key is added.

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

Property Value

IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IKeyConvention>
IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IKeyAddedConvention>

Applies to