Udostępnij za pośrednictwem


RelationalEntityTypeExtensions.RemoveInsertStoredProcedure Metoda

Definicja

Przeciążenia

RemoveInsertStoredProcedure(IConventionEntityType)

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

RemoveInsertStoredProcedure(IMutableEntityType)

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

RemoveInsertStoredProcedure(IConventionEntityType)

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

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

Parametry

entityType
IConventionEntityType

Typ jednostki.

Zwraca

Usunięto procedurę składowaną.

Dotyczy

RemoveInsertStoredProcedure(IMutableEntityType)

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

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

Parametry

entityType
IMutableEntityType

Typ jednostki.

Zwraca

Usunięto procedurę składowaną.

Dotyczy