Freigeben über


ConventionSet.KeyRemovedConventions Eigenschaft

Definition

Konventionen, die ausgeführt werden, wenn ein Schlüssel entfernt wird.

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

Eigenschaftswert

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

Gilt für: