ConventionSet.ForeignKeyOwnershipChangedConventions Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Convenciones para ejecutarse cuando se cambia la propiedad de una clave externa.
public virtual System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IForeignKeyOwnershipChangedConvention> ForeignKeyOwnershipChangedConventions { get; }
public virtual System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.IForeignKeyOwnershipChangedConvention> ForeignKeyOwnershipChangedConventions { get; }
public virtual System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Metadata.Conventions.IForeignKeyOwnershipChangedConvention> ForeignKeyOwnershipChangedConventions { get; }
member this.ForeignKeyOwnershipChangedConventions : System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IForeignKeyOwnershipChangedConvention>
member this.ForeignKeyOwnershipChangedConventions : System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.IForeignKeyOwnershipChangedConvention>
member this.ForeignKeyOwnershipChangedConventions : System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Metadata.Conventions.IForeignKeyOwnershipChangedConvention>
Public Overridable ReadOnly Property ForeignKeyOwnershipChangedConventions As IList(Of IForeignKeyOwnershipChangedConvention)
Public Overridable ReadOnly Property ForeignKeyOwnershipChangedConventions As List(Of IForeignKeyOwnershipChangedConvention)