ManyToManyModificationStoredProcedureConfiguration<TEntityType, TTargetEntityType> Class
Allows configuration to be performed for a stored procedure that is used to modify a many to many relationship.
Assembly: EntityFramework (in EntityFramework.dll)
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.
Name | Description | |
---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Overrides Object.Equals(Object).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Retrieves the hash code of the current instance.(Overrides Object.GetHashCode().) |
![]() | GetType() | Retrieves the type of this current instance. |
![]() | HasName(String) | Sets the name of the stored procedure. |
![]() | HasName(String, String) | Sets the name of the stored procedure. |
![]() | LeftKeyParameter(Expression<Func<TEntityType, Byte[]>>, String) | Configures the parameter for the left key value(s). |
![]() | LeftKeyParameter(Expression<Func<TEntityType, String>>, String) | Configures the parameter for the left key value(s). |
![]() | LeftKeyParameter<TProperty>(Expression<Func<TEntityType, TProperty>>, String) | Configures the parameter for the left key value(s). |
![]() | LeftKeyParameter<TProperty>(Expression<Func<TEntityType, Nullable<TProperty>>>, String) | Configures the parameter for the left key value(s). |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RightKeyParameter(Expression<Func<TTargetEntityType, Byte[]>>, String) | Configures the parameter for the right key value(s). |
![]() | RightKeyParameter(Expression<Func<TTargetEntityType, String>>, String) | Configures the parameter for the right key value(s). |
![]() | RightKeyParameter<TProperty>(Expression<Func<TTargetEntityType, TProperty>>, String) | Configures the parameter for the right key value(s). |
![]() | RightKeyParameter<TProperty>(Expression<Func<TTargetEntityType, Nullable<TProperty>>>, String) | Configures the parameter for the right key value(s). |
![]() | ToString() | 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.