RelationalEntityTypeExtensions.RemoveInsertStoredProcedure 方法

定義

多載

RemoveInsertStoredProcedure(IConventionEntityType)

移除這個實體類型的對應插入預存程式。

RemoveInsertStoredProcedure(IMutableEntityType)

移除這個實體類型的對應插入預存程式。

RemoveInsertStoredProcedure(IConventionEntityType)

移除這個實體類型的對應插入預存程式。

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

參數

entityType
IConventionEntityType

實體類型。

傳回

已移除的預存程式。

適用於

RemoveInsertStoredProcedure(IMutableEntityType)

移除這個實體類型的對應插入預存程式。

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

參數

entityType
IMutableEntityType

實體類型。

傳回

已移除的預存程式。

適用於