RelationalEntityTypeExtensions.GetUpdateStoredProcedure 方法

定义

重载

GetUpdateStoredProcedure(IReadOnlyEntityType)

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

GetUpdateStoredProcedure(IMutableEntityType)

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

GetUpdateStoredProcedure(IConventionEntityType)

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

GetUpdateStoredProcedure(IEntityType)

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

GetUpdateStoredProcedure(IReadOnlyEntityType)

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

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

参数

entityType
IReadOnlyEntityType

实体类型。

返回

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

适用于

GetUpdateStoredProcedure(IMutableEntityType)

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

public static Microsoft.EntityFrameworkCore.Metadata.IMutableStoredProcedure? GetUpdateStoredProcedure (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType);
static member GetUpdateStoredProcedure : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType -> Microsoft.EntityFrameworkCore.Metadata.IMutableStoredProcedure
<Extension()>
Public Function GetUpdateStoredProcedure (entityType As IMutableEntityType) As IMutableStoredProcedure

参数

entityType
IMutableEntityType

实体类型。

返回

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

适用于

GetUpdateStoredProcedure(IConventionEntityType)

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

public static Microsoft.EntityFrameworkCore.Metadata.IConventionStoredProcedure? GetUpdateStoredProcedure (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType);
static member GetUpdateStoredProcedure : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> Microsoft.EntityFrameworkCore.Metadata.IConventionStoredProcedure
<Extension()>
Public Function GetUpdateStoredProcedure (entityType As IConventionEntityType) As IConventionStoredProcedure

参数

entityType
IConventionEntityType

实体类型。

返回

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

适用于

GetUpdateStoredProcedure(IEntityType)

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

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

参数

entityType
IEntityType

实体类型。

返回

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

适用于