RelationalEntityTypeExtensions.RemoveUpdateStoredProcedure Method

Definition

Overloads

RemoveUpdateStoredProcedure(IConventionEntityType)

Removes the mapped update stored procedure for this entity type.

RemoveUpdateStoredProcedure(IMutableEntityType)

Removes the mapped update stored procedure for this entity type.

RemoveUpdateStoredProcedure(IConventionEntityType)

Removes the mapped update stored procedure for this entity type.

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

Parameters

entityType
IConventionEntityType

The entity type.

Returns

The removed stored procedure.

Applies to

RemoveUpdateStoredProcedure(IMutableEntityType)

Removes the mapped update stored procedure for this entity type.

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

Parameters

entityType
IMutableEntityType

The entity type.

Returns

The removed stored procedure.

Applies to