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

实体类型。

返回

实体类型映射到的更新存储过程。

适用于