AssociationSetMapping コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
新しい AssociationSetMapping インスタンスを初期化します。
public AssociationSetMapping(System.Data.Entity.Core.Metadata.Edm.AssociationSet associationSet, System.Data.Entity.Core.Metadata.Edm.EntitySet storeEntitySet, System.Data.Entity.Core.Mapping.EntityContainerMapping containerMapping);
new System.Data.Entity.Core.Mapping.AssociationSetMapping : System.Data.Entity.Core.Metadata.Edm.AssociationSet * System.Data.Entity.Core.Metadata.Edm.EntitySet * System.Data.Entity.Core.Mapping.EntityContainerMapping -> System.Data.Entity.Core.Mapping.AssociationSetMapping
パラメーター
- associationSet
- AssociationSet
マップされる関連付けセット。
- storeEntitySet
- EntitySet
マップするストア エンティティ セット。
- containerMapping
- EntityContainerMapping
親コンテナー マッピング。