ManyToManyNavigationPropertyConfiguration<TEntityType, TTargetEntityType>.MapToStoredProcedures Method

 

Configures the stored procedures for the relationship.

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

NameDescription
System_CAPS_pubmethodMapToStoredProcedures()

Configures stored procedures to be used for modifying this relationship. The default conventions for procedure and parameter names will be used.

System_CAPS_pubmethodMapToStoredProcedures(Action<ManyToManyModificationStoredProceduresConfiguration<TEntityType, TTargetEntityType>>)

Configures stored procedures to be used for modifying this relationship.


ManyToManyNavigationPropertyConfiguration<TEntityType, TTargetEntityType>.MapToStoredProcedures Method ()

Configures stored procedures to be used for modifying this relationship. The default conventions for procedure and parameter names will be used.

public ManyToManyNavigationPropertyConfiguration<TEntityType, TTargetEntityType> MapToStoredProcedures()

ManyToManyNavigationPropertyConfiguration<TEntityType, TTargetEntityType>.MapToStoredProcedures Method (Action<ManyToManyModificationStoredProceduresConfiguration<TEntityType, TTargetEntityType>>)

Configures stored procedures to be used for modifying this relationship.

[SuppressMessageAttribute("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public ManyToManyNavigationPropertyConfiguration<TEntityType, TTargetEntityType> MapToStoredProcedures(
	Action<ManyToManyModificationStoredProceduresConfiguration<TEntityType, TTargetEntityType>> modificationStoredProcedureMappingConfigurationAction
)

Parameters

modificationStoredProcedureMappingConfigurationAction
Type: System.Action<ManyToManyModificationStoredProceduresConfiguration<TEntityType, TTargetEntityType>>

Configuration to override the default conventions for procedure and parameter names.