共用方式為


ManyToManyModificationStoredProceduresConfiguration<TEntityType,TTargetEntityType> 類別

定義

允許針對用來修改許多關聯性的預存程式執行組態。

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()

允許針對用來修改許多關聯性的預存程式執行組態。

適用於