ManyToManyModificationStoredProceduresConfiguration<TEntityType,TTargetEntityType> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
允许对用于修改多对多关系的存储过程执行配置。
public class ManyToManyModificationStoredProceduresConfiguration<TEntityType,TTargetEntityType> where TEntityType : class where TTargetEntityType : class
type ManyToManyModificationStoredProceduresConfiguration<'EntityType, 'argetEntityType (requires 'EntityType : null and 'argetEntityType : null)> = class
Public Class ManyToManyModificationStoredProceduresConfiguration(Of TEntityType, TTargetEntityType)
类型参数
- TEntityType
要从中配置关系的实体的类型。
- TTargetEntityType
关系的另一端所面向的实体的类型。
- 继承
-
ManyToManyModificationStoredProceduresConfiguration<TEntityType,TTargetEntityType>
方法
Delete(Action<ManyToManyModificationStoredProcedureConfiguration<TEntityType,TTargetEntityType>>) |
配置用于删除关系的存储过程。 |
Equals(Object) |
允许对用于修改多对多关系的存储过程执行配置。 |
GetHashCode() |
允许对用于修改多对多关系的存储过程执行配置。 |
GetType() |
获取当前实例的 Type。 |
Insert(Action<ManyToManyModificationStoredProcedureConfiguration<TEntityType,TTargetEntityType>>) |
配置用于插入关系的存储过程。 |
ToString() |
允许对用于修改多对多关系的存储过程执行配置。 |