Partager via


ConventionSet.KeyAddedConventions Propriété

Définition

Conventions à exécuter lors de l’ajout d’une clé.

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)

Valeur de propriété

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

S’applique à