次の方法で共有


ManyToManyModificationStoredProcedureConfiguration<TEntityType,TTargetEntityType> クラス

定義

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

public class ManyToManyModificationStoredProcedureConfiguration<TEntityType,TTargetEntityType> : System.Data.Entity.ModelConfiguration.Configuration.ModificationStoredProcedureConfigurationBase where TEntityType : class where TTargetEntityType : class
type ManyToManyModificationStoredProcedureConfiguration<'EntityType, 'argetEntityType (requires 'EntityType : null and 'argetEntityType : null)> = class
    inherit ModificationStoredProcedureConfigurationBase
Public Class ManyToManyModificationStoredProcedureConfiguration(Of TEntityType, TTargetEntityType)
Inherits ModificationStoredProcedureConfigurationBase

型パラメーター

TEntityType

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

TTargetEntityType

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

継承
ManyToManyModificationStoredProcedureConfiguration<TEntityType,TTargetEntityType>

メソッド

Equals(Object)

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

GetHashCode()

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

GetType()

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

HasName(String, String)

ストアド プロシージャの名前を設定します。

HasName(String)

ストアド プロシージャの名前を設定します。

LeftKeyParameter(Expression<Func<TEntityType,Byte[]>>, String)

左側のキー値の パラメーターを構成します。

LeftKeyParameter(Expression<Func<TEntityType,String>>, String)

左側のキー値の パラメーターを構成します。

LeftKeyParameter<TProperty>(Expression<Func<TEntityType,Nullable<TProperty>>>, String)

左側のキー値の パラメーターを構成します。

LeftKeyParameter<TProperty>(Expression<Func<TEntityType,TProperty>>, String)

左側のキー値の パラメーターを構成します。

RightKeyParameter(Expression<Func<TTargetEntityType,Byte[]>>, String)

適切なキー値の パラメーターを構成します。

RightKeyParameter(Expression<Func<TTargetEntityType,String>>, String)

適切なキー値の パラメーターを構成します。

RightKeyParameter<TProperty>(Expression<Func<TTargetEntityType,Nullable<TProperty>>>, String)

適切なキー値の パラメーターを構成します。

RightKeyParameter<TProperty>(Expression<Func<TTargetEntityType,TProperty>>, String)

適切なキー値の パラメーターを構成します。

ToString()

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

適用対象