RelationalEntityTypeExtensions.RemoveInsertStoredProcedure Methode

Definition

Überlädt

RemoveInsertStoredProcedure(IConventionEntityType)

Entfernt die zugeordnete gespeicherte Einfügungsprozedur für diesen Entitätstyp.

RemoveInsertStoredProcedure(IMutableEntityType)

Entfernt die zugeordnete gespeicherte Einfügungsprozedur für diesen Entitätstyp.

RemoveInsertStoredProcedure(IConventionEntityType)

Entfernt die zugeordnete gespeicherte Einfügungsprozedur für diesen Entitätstyp.

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

Parameter

entityType
IConventionEntityType

Der Entitätstyp.

Gibt zurück

Die entfernte gespeicherte Prozedur.

Gilt für:

RemoveInsertStoredProcedure(IMutableEntityType)

Entfernt die zugeordnete gespeicherte Einfügungsprozedur für diesen Entitätstyp.

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

Parameter

entityType
IMutableEntityType

Der Entitätstyp.

Gibt zurück

Die entfernte gespeicherte Prozedur.

Gilt für: