次の方法で共有


ConventionSet.KeyRemovedConventions プロパティ

定義

キーが削除されたときに実行する規則。

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)

プロパティ値

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

適用対象