次の方法で共有


ManyToManyModificationStoredProceduresConfiguration<TEntityType,TTargetEntityType> クラス

定義

多対多のリレーションシップを変更するために使用されるストアド プロシージャに対して構成を実行できるようにします。

public class ManyToManyModificationStoredProceduresConfiguration<TEntityType,TTargetEntityType> where TEntityType : class where TTargetEntityType : class
type ManyToManyModificationStoredProceduresConfiguration<'EntityType, 'argetEntityType (requires 'EntityType : null and 'argetEntityType : null)> = class
Public Class ManyToManyModificationStoredProceduresConfiguration(Of TEntityType, TTargetEntityType)

型パラメーター

TEntityType

リレーションシップの構成元のエンティティの型。

TTargetEntityType

リレーションシップのもう一方の端がターゲットとするエンティティの型。

継承
ManyToManyModificationStoredProceduresConfiguration<TEntityType,TTargetEntityType>

メソッド

Delete(Action<ManyToManyModificationStoredProcedureConfiguration<TEntityType,TTargetEntityType>>)

リレーションシップの削除に使用するストアド プロシージャを構成します。

Equals(Object)

多対多のリレーションシップを変更するために使用されるストアド プロシージャに対して構成を実行できるようにします。

GetHashCode()

多対多のリレーションシップを変更するために使用されるストアド プロシージャに対して構成を実行できるようにします。

GetType()

現在のインスタンスの Type を取得します。

Insert(Action<ManyToManyModificationStoredProcedureConfiguration<TEntityType,TTargetEntityType>>)

リレーションシップの挿入に使用するストアド プロシージャを構成します。

ToString()

多対多のリレーションシップを変更するために使用されるストアド プロシージャに対して構成を実行できるようにします。

適用対象