次の方法で共有


AssociationSetMapping コンストラクター

定義

新しい 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

親コンテナー マッピング。

適用対象