RelationalTypeBaseExtensions.GetDeleteStoredProcedureMappings 方法

定義

傳回類型所對應的刪除預存程式。

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IStoredProcedureMapping> GetDeleteStoredProcedureMappings (this Microsoft.EntityFrameworkCore.Metadata.ITypeBase typeBase);
static member GetDeleteStoredProcedureMappings : Microsoft.EntityFrameworkCore.Metadata.ITypeBase -> seq<Microsoft.EntityFrameworkCore.Metadata.IStoredProcedureMapping>
<Extension()>
Public Function GetDeleteStoredProcedureMappings (typeBase As ITypeBase) As IEnumerable(Of IStoredProcedureMapping)

參數

typeBase
ITypeBase

類型。

傳回

要對應型別的刪除預存程式。

適用於