Compartilhar via


ConventionSet.KeyAddedConventions Propriedade

Definição

Convenções a serem executadas quando uma chave é adicionada.

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)

Valor da propriedade

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

Aplica-se a