Sdílet prostřednictvím


RelationalEntityTypeExtensions.RemoveInsertStoredProcedure Metoda

Definice

Přetížení

RemoveInsertStoredProcedure(IConventionEntityType)

Odebere namapovanou vloženou uloženou proceduru pro tento typ entity.

RemoveInsertStoredProcedure(IMutableEntityType)

Odebere namapovanou vloženou uloženou proceduru pro tento typ entity.

RemoveInsertStoredProcedure(IConventionEntityType)

Odebere namapovanou vloženou uloženou proceduru pro tento typ entity.

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 entity.

Návraty

Odebraná uložená procedura.

Platí pro

RemoveInsertStoredProcedure(IMutableEntityType)

Odebere namapovanou vloženou uloženou proceduru pro tento typ entity.

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 entity.

Návraty

Odebraná uložená procedura.

Platí pro