Condividi tramite


ConventionSet.EntityTypeRemovedConventions Proprietà

Definizione

Convenzioni da eseguire quando viene rimosso un tipo di entità.

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

Valore della proprietà

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

Si applica a