MappingFragment 建構函式
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
建立 MappingFragment 執行個體。
命名空間: System.Data.Entity.Core.Mapping
組件: EntityFramework (在 EntityFramework.dll 中)
語法
'宣告
Public Sub New ( _
storeEntitySet As EntitySet, _
typeMapping As TypeMapping, _
makeColumnsDistinct As Boolean _
)
'用途
Dim storeEntitySet As EntitySet
Dim typeMapping As TypeMapping
Dim makeColumnsDistinct As Boolean
Dim instance As New MappingFragment(storeEntitySet, _
typeMapping, makeColumnsDistinct)
public MappingFragment(
EntitySet storeEntitySet,
TypeMapping typeMapping,
bool makeColumnsDistinct
)
public:
MappingFragment(
EntitySet^ storeEntitySet,
TypeMapping^ typeMapping,
bool makeColumnsDistinct
)
new :
storeEntitySet:EntitySet *
typeMapping:TypeMapping *
makeColumnsDistinct:bool -> MappingFragment
public function MappingFragment(
storeEntitySet : EntitySet,
typeMapping : TypeMapping,
makeColumnsDistinct : boolean
)
參數
- storeEntitySet
類型:System.Data.Entity.Core.Metadata.Edm.EntitySet
與要對應之檢視或資料表對應的 EntitySet。
- typeMapping
類型:System.Data.Entity.Core.Mapping.TypeMapping
包含此 MappingFragment 的 TypeMapping。
- makeColumnsDistinct
類型:System.Boolean
表示產生查詢時是否要包含 'DISTINCT' 的旗標。