ManyToManyModificationStoredProcedureConfiguration<TEntityType,TTargetEntityType> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
多対多のリレーションシップを変更するために使用されるストアド プロシージャに対して構成を実行できるようにします。
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>
メソッド
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework