ConventionInsertModificationStoredProcedureConfiguration 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建一个约定,该约定将存储过程配置为用于在数据库中插入实体。
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() |
创建一个约定,该约定将存储过程配置为用于在数据库中插入实体。 |