ManyToManyModificationStoredProceduresConfiguration<TEntityType,TTargetEntityType>.Delete Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configures stored procedure used to delete relationships.
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public System.Data.Entity.ModelConfiguration.Configuration.ManyToManyModificationStoredProceduresConfiguration<TEntityType,TTargetEntityType> Delete (Action<System.Data.Entity.ModelConfiguration.Configuration.ManyToManyModificationStoredProcedureConfiguration<TEntityType,TTargetEntityType>> modificationStoredProcedureConfigurationAction);
member this.Delete : Action<System.Data.Entity.ModelConfiguration.Configuration.ManyToManyModificationStoredProcedureConfiguration<'EntityType, 'argetEntityType>> -> System.Data.Entity.ModelConfiguration.Configuration.ManyToManyModificationStoredProceduresConfiguration<'EntityType, 'argetEntityType (requires 'EntityType : null and 'argetEntityType : null)>
Public Function Delete (modificationStoredProcedureConfigurationAction As Action(Of ManyToManyModificationStoredProcedureConfiguration(Of TEntityType, TTargetEntityType))) As ManyToManyModificationStoredProceduresConfiguration(Of TEntityType, TTargetEntityType)
Parameters
- modificationStoredProcedureConfigurationAction
- Action<ManyToManyModificationStoredProcedureConfiguration<TEntityType,TTargetEntityType>>
A lambda expression that performs configuration for the stored procedure.
Returns
The same configuration instance so that multiple calls can be chained.
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework