InsertModificationStoredProcedureConfiguration<TEntityType> 类

定义

允许对用于插入实体的存储过程执行配置。

public class InsertModificationStoredProcedureConfiguration<TEntityType> : System.Data.Entity.ModelConfiguration.Configuration.ModificationStoredProcedureConfigurationBase where TEntityType : class
type InsertModificationStoredProcedureConfiguration<'EntityType (requires 'EntityType : null)> = class
    inherit ModificationStoredProcedureConfigurationBase
Public Class InsertModificationStoredProcedureConfiguration(Of TEntityType)
Inherits ModificationStoredProcedureConfigurationBase

类型参数

TEntityType

存储过程可用于插入的实体的类型。

继承
InsertModificationStoredProcedureConfiguration<TEntityType>

方法

Equals(Object)

允许对用于插入实体的存储过程执行配置。

GetHashCode()

允许对用于插入实体的存储过程执行配置。

GetType()

允许对用于插入实体的存储过程执行配置。

HasName(String, String)

配置存储过程的名称。

HasName(String)

配置存储过程的名称。

Navigation<TPrincipalEntityType>(Expression<Func<TPrincipalEntityType, ICollection<TEntityType>>>, Action<AssociationModificationStoredProcedureConfiguration<TPrincipalEntityType>>)

为类中不包含外键属性的关系配置参数。

Navigation<TPrincipalEntityType>(Expression<Func<TPrincipalEntityType, TEntityType>>, Action<AssociationModificationStoredProcedureConfiguration<TPrincipalEntityType>>)

为类中不包含外键属性的关系配置参数。

Parameter(Expression<Func<TEntityType,Byte[]>>, String)

为此存储过程配置参数。

Parameter(Expression<Func<TEntityType,DbGeography>>, String)

为此存储过程配置参数。

Parameter(Expression<Func<TEntityType,DbGeometry>>, String)

为此存储过程配置参数。

Parameter(Expression<Func<TEntityType,String>>, String)

为此存储过程配置参数。

Parameter<TProperty>(Expression<Func<TEntityType,Nullable<TProperty>>>, String)

为此存储过程配置参数。

Parameter<TProperty>(Expression<Func<TEntityType,TProperty>>, String)

为此存储过程配置参数。

Result(Expression<Func<TEntityType,Byte[]>>, String)

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

Result(Expression<Func<TEntityType,DbGeography>>, String)

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

Result(Expression<Func<TEntityType,DbGeometry>>, String)

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

Result(Expression<Func<TEntityType,String>>, String)

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

Result<TProperty>(Expression<Func<TEntityType,Nullable<TProperty>>>, String)

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

Result<TProperty>(Expression<Func<TEntityType,TProperty>>, String)

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

ToString()

允许对用于插入实体的存储过程执行配置。

适用于