次の方法で共有


OneToManyCascadeDeleteConvention クラス

定義

必須リレーションシップに対して連鎖削除を有効にする規約。

public class OneToManyCascadeDeleteConvention : System.Data.Entity.ModelConfiguration.Conventions.IConceptualModelConvention<System.Data.Entity.Core.Metadata.Edm.AssociationType>
type OneToManyCascadeDeleteConvention = class
    interface IConceptualModelConvention<AssociationType>
    interface IConvention
Public Class OneToManyCascadeDeleteConvention
Implements IConceptualModelConvention(Of AssociationType)
継承
OneToManyCascadeDeleteConvention
実装

コンストラクター

OneToManyCascadeDeleteConvention()

必須リレーションシップに対して連鎖削除を有効にする規約。

メソッド

Apply(AssociationType, DbModel)

モデル内の項目にこの規則を適用します。

適用対象