次の方法で共有


RelationalEntityTypeExtensions.GetInsertStoredProcedureMappings メソッド

定義

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

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

パラメーター

entityType
IEntityType

エンティティの型。

戻り値

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

適用対象