RelationalTypeBaseExtensions.GetUpdateStoredProcedure 方法

定义

重载

GetUpdateStoredProcedure(IReadOnlyTypeBase)

返回类型为更新映射到的存储过程,如果未 null 映射到存储过程,则返回该存储过程。

GetUpdateStoredProcedure(ITypeBase)

返回类型为更新映射到的存储过程,如果未 null 映射到存储过程,则返回该存储过程。

GetUpdateStoredProcedure(IReadOnlyTypeBase)

返回类型为更新映射到的存储过程,如果未 null 映射到存储过程,则返回该存储过程。

public static Microsoft.EntityFrameworkCore.Metadata.IReadOnlyStoredProcedure? GetUpdateStoredProcedure (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase typeBase);
static member GetUpdateStoredProcedure : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyStoredProcedure
<Extension()>
Public Function GetUpdateStoredProcedure (typeBase As IReadOnlyTypeBase) As IReadOnlyStoredProcedure

参数

typeBase
IReadOnlyTypeBase

类型。

返回

类型映射到的存储过程。

适用于

GetUpdateStoredProcedure(ITypeBase)

返回类型为更新映射到的存储过程,如果未 null 映射到存储过程,则返回该存储过程。

public static Microsoft.EntityFrameworkCore.Metadata.IStoredProcedure? GetUpdateStoredProcedure (this Microsoft.EntityFrameworkCore.Metadata.ITypeBase typeBase);
static member GetUpdateStoredProcedure : Microsoft.EntityFrameworkCore.Metadata.ITypeBase -> Microsoft.EntityFrameworkCore.Metadata.IStoredProcedure
<Extension()>
Public Function GetUpdateStoredProcedure (typeBase As ITypeBase) As IStoredProcedure

参数

typeBase
ITypeBase

类型。

返回

类型映射到的存储过程。

适用于