共用方式為


ManyToManyModificationStoredProceduresConfiguration<TEntityType, TTargetEntityType> 類別

[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]

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

繼承階層

System.Object
  System.Data.Entity.ModelConfiguration.Configuration.ManyToManyModificationStoredProceduresConfiguration<TEntityType, TTargetEntityType>

命名空間:  System.Data.Entity.ModelConfiguration.Configuration
組件:  EntityFramework (在 EntityFramework.dll 中)

語法

'宣告
Public Class ManyToManyModificationStoredProceduresConfiguration(Of TEntityType As Class, TTargetEntityType As Class)
'用途
Dim instance As ManyToManyModificationStoredProceduresConfiguration(Of TEntityType, TTargetEntityType)
public class ManyToManyModificationStoredProceduresConfiguration<TEntityType, TTargetEntityType>
where TEntityType : class 
where TTargetEntityType : class
generic<typename TEntityType, typename TTargetEntityType>
where TEntityType : ref class 
where TTargetEntityType : ref class 
public ref class ManyToManyModificationStoredProceduresConfiguration
type ManyToManyModificationStoredProceduresConfiguration<'TEntityType, 'TTargetEntityType when 'TEntityType : not struct when 'TTargetEntityType : not struct> =  class end
JScript does not support generic types and methods.

類型參數

  • TEntityType
    要設定其關聯性之實體的類型。
  • TTargetEntityType
    關聯性目標另一端之實體的類型。

ManyToManyModificationStoredProceduresConfiguration<TEntityType, TTargetEntityType> 類型會公開下列成員。

方法

  名稱 描述
公用方法 Delete 設定預存程序用以刪除關聯性。
公用方法 Equals 判斷指定的物件是否等於目前的物件。 (覆寫 Object.Equals(Object)。)
受保護的方法 Finalize (繼承自 Object)。
公用方法 GetHashCode 擷取目前執行個體的雜湊碼。 (覆寫 Object.GetHashCode()。)
公用方法 GetType 取得目前執行個體的 Type
公用方法 Insert 設定預存程序用以插入關聯性。
受保護的方法 MemberwiseClone (繼承自 Object)。
公用方法 ToString 將目前執行個體的值轉換為其對應的字串表示。 (覆寫 Object.ToString()。)

靠上

執行緒安全

這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。並非所有的執行個體成員都是安全執行緒。

請參閱

參考

System.Data.Entity.ModelConfiguration.Configuration 命名空間