ManyToManyModificationStoredProcedureConfiguration<TEntityType, TTargetEntityType> Class

 

Allows configuration to be performed for a stored procedure that is used to modify a many to many relationship.

Namespace:   System.Data.Entity.ModelConfiguration.Configuration
Assembly:  EntityFramework (in EntityFramework.dll)

System.Object
  System.Data.Entity.ModelConfiguration.Configuration.ModificationStoredProcedureConfigurationBase
    System.Data.Entity.ModelConfiguration.Configuration.ManyToManyModificationStoredProcedureConfiguration<TEntityType, TTargetEntityType>

public class ManyToManyModificationStoredProcedureConfiguration<TEntityType, TTargetEntityType> : ModificationStoredProcedureConfigurationBase
where TEntityType : class
where TTargetEntityType : class

Type Parameters

TEntityType

The type of the entity that the relationship is being configured from.

TTargetEntityType

The type of the entity that the other end of the relationship targets.

NameDescription
System_CAPS_pubmethodEquals(Object)

Determines whether the specified object is equal to the current object.(Overrides Object.Equals(Object).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Retrieves the hash code of the current instance.(Overrides Object.GetHashCode().)

System_CAPS_pubmethodGetType()

Retrieves the type of this current instance.

System_CAPS_pubmethodHasName(String)

Sets the name of the stored procedure.

System_CAPS_pubmethodHasName(String, String)

Sets the name of the stored procedure.

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

Configures the parameter for the left key value(s).

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

Configures the parameter for the left key value(s).

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

Configures the parameter for the left key value(s).

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

Configures the parameter for the left key value(s).

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

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

Configures the parameter for the right key value(s).

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

Configures the parameter for the right key value(s).

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

Configures the parameter for the right key value(s).

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

Configures the parameter for the right key value(s).

System_CAPS_pubmethodToString()

Coverts the value of the current instance to its equivalent string representation.(Overrides Object.ToString().)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.