Share via


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

型。

戻り値

型がマップされるストアド プロシージャの削除。

適用対象