RelationalEntityTypeExtensions.RemoveInsertStoredProcedure Method

Definition

Overloads

RemoveInsertStoredProcedure(IConventionEntityType)

Removes the mapped insert stored procedure for this entity type.

RemoveInsertStoredProcedure(IMutableEntityType)

Removes the mapped insert stored procedure for this entity type.

RemoveInsertStoredProcedure(IConventionEntityType)

Removes the mapped insert stored procedure for this entity type.

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

Parameters

entityType
IConventionEntityType

The entity type.

Returns

The removed stored procedure.

Applies to

RemoveInsertStoredProcedure(IMutableEntityType)

Removes the mapped insert stored procedure for this entity type.

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

Parameters

entityType
IMutableEntityType

The entity type.

Returns

The removed stored procedure.

Applies to