RelationalEntityTypeExtensions.RemoveDeleteStoredProcedure Method

Definition

Overloads

RemoveDeleteStoredProcedure(IMutableEntityType)

Removes the mapped delete stored procedure for this entity type.

RemoveDeleteStoredProcedure(IConventionEntityType)

Removes the mapped delete stored procedure for this entity type.

RemoveDeleteStoredProcedure(IMutableEntityType)

Removes the mapped delete stored procedure for this entity type.

public static Microsoft.EntityFrameworkCore.Metadata.IMutableStoredProcedure? RemoveDeleteStoredProcedure (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType);
static member RemoveDeleteStoredProcedure : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType -> Microsoft.EntityFrameworkCore.Metadata.IMutableStoredProcedure
<Extension()>
Public Function RemoveDeleteStoredProcedure (entityType As IMutableEntityType) As IMutableStoredProcedure

Parameters

entityType
IMutableEntityType

The entity type.

Returns

The removed stored procedure.

Applies to

RemoveDeleteStoredProcedure(IConventionEntityType)

Removes the mapped delete stored procedure for this entity type.

public static Microsoft.EntityFrameworkCore.Metadata.IConventionStoredProcedure? RemoveDeleteStoredProcedure (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType);
static member RemoveDeleteStoredProcedure : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> Microsoft.EntityFrameworkCore.Metadata.IConventionStoredProcedure
<Extension()>
Public Function RemoveDeleteStoredProcedure (entityType As IConventionEntityType) As IConventionStoredProcedure

Parameters

entityType
IConventionEntityType

The entity type.

Returns

The removed stored procedure.

Applies to