Udostępnij za pośrednictwem


RelationalEntityTypeExtensions.RemoveUpdateStoredProcedure Metoda

Definicja

Przeciążenia

RemoveUpdateStoredProcedure(IConventionEntityType)

Usuwa zamapowaną procedurę składowaną aktualizacji dla tego typu jednostki.

RemoveUpdateStoredProcedure(IMutableEntityType)

Usuwa zamapowaną procedurę składowaną aktualizacji dla tego typu jednostki.

RemoveUpdateStoredProcedure(IConventionEntityType)

Usuwa zamapowaną procedurę składowaną aktualizacji dla tego typu jednostki.

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

Parametry

entityType
IConventionEntityType

Typ jednostki.

Zwraca

Usunięta procedura składowana.

Dotyczy

RemoveUpdateStoredProcedure(IMutableEntityType)

Usuwa zamapowaną procedurę składowaną aktualizacji dla tego typu jednostki.

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

Parametry

entityType
IMutableEntityType

Typ jednostki.

Zwraca

Usunięta procedura składowana.

Dotyczy