ConventionModificationStoredProceduresConfiguration 类

定义

创建一个约定,该约定将存储过程配置为用于修改数据库中的实体。

public class ConventionModificationStoredProceduresConfiguration
type ConventionModificationStoredProceduresConfiguration = class
Public Class ConventionModificationStoredProceduresConfiguration
继承
ConventionModificationStoredProceduresConfiguration

方法

Delete(Action<ConventionDeleteModificationStoredProcedureConfiguration>)

配置用于删除实体的存储过程。

Equals(Object)

创建一个约定,该约定将存储过程配置为用于修改数据库中的实体。

GetHashCode()

创建一个约定,该约定将存储过程配置为用于修改数据库中的实体。

GetType()

获取当前实例的 Type

Insert(Action<ConventionInsertModificationStoredProcedureConfiguration>)

配置用于插入实体的存储过程。

ToString()

创建一个约定,该约定将存储过程配置为用于修改数据库中的实体。

Update(Action<ConventionUpdateModificationStoredProcedureConfiguration>)

配置用于更新实体的存储过程。

适用于