ConventionInsertModificationStoredProcedureConfiguration 类

定义

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

public class ConventionInsertModificationStoredProcedureConfiguration : System.Data.Entity.ModelConfiguration.Configuration.ConventionModificationStoredProcedureConfiguration
type ConventionInsertModificationStoredProcedureConfiguration = class
    inherit ConventionModificationStoredProcedureConfiguration
Public Class ConventionInsertModificationStoredProcedureConfiguration
Inherits ConventionModificationStoredProcedureConfiguration
继承
ConventionInsertModificationStoredProcedureConfiguration

方法

Equals(Object)

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

GetHashCode()

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

GetType()

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

HasName(String, String)

配置存储过程的名称。

HasName(String)

配置存储过程的名称。

Parameter(PropertyInfo, String)

为此存储过程配置参数。

Parameter(String, String)

为此存储过程配置参数。

Result(PropertyInfo, String)

配置此存储过程的结果列,以映射到属性。 这用于数据库生成的列。

Result(String, String)

配置此存储过程的结果列,以映射到属性。 这用于数据库生成的列。

ToString()

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

适用于