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

類型。

傳回

類型對應的插入預存程式。

適用於