Share via


RelationalTypeBaseExtensions.GetUpdateStoredProcedureMappings メソッド

定義

型がマップされる更新ストアド プロシージャを返します。

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

パラメーター

typeBase
ITypeBase

型。

戻り値

型がマップされる更新ストアド プロシージャ。

適用対象