ManyToManyModificationStoredProceduresConfiguration<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.ManyToManyModificationStoredProceduresConfiguration<TEntityType, TTargetEntityType>
public class ManyToManyModificationStoredProceduresConfiguration<TEntityType, TTargetEntityType> 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 | |
---|---|---|
![]() | Delete(Action<ManyToManyModificationStoredProcedureConfiguration<TEntityType, TTargetEntityType>>) | Configures stored procedure used to delete relationships. |
![]() | 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() | Gets the Type of the current instance. |
![]() | Insert(Action<ManyToManyModificationStoredProcedureConfiguration<TEntityType, TTargetEntityType>>) | Configures stored procedure used to insert relationships. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Converts 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.