次の方法で共有


RelationalTypeBaseExtensions.GetInsertStoredProcedureMappings メソッド

定義

型がマップされている挿入ストアド プロシージャを返します。

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

パラメーター

typeBase
ITypeBase

型。

戻り値

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

適用対象