ManyToManyModificationStoredProcedureConfiguration<TEntityType,TTargetEntityType> 类

定义

允许对用于修改多对多关系的存储过程执行配置。

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

类型参数

TEntityType

要从中配置关系的实体的类型。

TTargetEntityType

关系的另一端所面向的实体的类型。

继承
ManyToManyModificationStoredProcedureConfiguration<TEntityType,TTargetEntityType>

方法

Equals(Object)

允许对用于修改多对多关系的存储过程执行配置。

GetHashCode()

允许对用于修改多对多关系的存储过程执行配置。

GetType()

允许对用于修改多对多关系的存储过程执行配置。

HasName(String, String)

设置存储过程的名称。

HasName(String)

设置存储过程的名称。

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

为左键值配置参数, () 。

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

为左键值配置参数, () 。

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

为左键值配置参数, () 。

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

为左键值配置参数, () 。

RightKeyParameter(Expression<Func<TTargetEntityType,Byte[]>>, String)

为正确的键值配置参数, () 。

RightKeyParameter(Expression<Func<TTargetEntityType,String>>, String)

为正确的键值配置参数, () 。

RightKeyParameter<TProperty>(Expression<Func<TTargetEntityType,Nullable<TProperty>>>, String)

为正确的键值配置参数, () 。

RightKeyParameter<TProperty>(Expression<Func<TTargetEntityType,TProperty>>, String)

为正确的键值配置参数, () 。

ToString()

允许对用于修改多对多关系的存储过程执行配置。

适用于