次の方法で共有


RelationalEntityTypeExtensions.GetUpdateStoredProcedureMappings メソッド

定義

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

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

パラメーター

entityType
IEntityType

エンティティの型。

戻り値

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

適用対象