ManyToManyModificationStoredProceduresConfiguration<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.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.

NameDescription
System_CAPS_pubmethodDelete(Action<ManyToManyModificationStoredProcedureConfiguration<TEntityType, TTargetEntityType>>)

Configures stored procedure used to delete relationships.

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()

Gets the Type of the current instance.

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

Configures stored procedure used to insert relationships.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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.