次の方法で共有


MappingFragment(EntitySet, TypeMapping, Boolean) コンストラクター

定義

MappingFragment インスタンスを作成します。

public MappingFragment(System.Data.Entity.Core.Metadata.Edm.EntitySet storeEntitySet, System.Data.Entity.Core.Mapping.TypeMapping typeMapping, bool makeColumnsDistinct);
new System.Data.Entity.Core.Mapping.MappingFragment : System.Data.Entity.Core.Metadata.Edm.EntitySet * System.Data.Entity.Core.Mapping.TypeMapping * bool -> System.Data.Entity.Core.Mapping.MappingFragment

パラメーター

storeEntitySet
EntitySet

マップされるビューのテーブルに対応する EntitySet。

typeMapping
TypeMapping

この MappingFragment を含む TypeMapping。

makeColumnsDistinct
Boolean

クエリの生成時に 'DISTINCT' を含めるかどうかを示すフラグ。

適用対象