EntityContainerMapping 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化新的 EntityContainerMapping 實例。
public EntityContainerMapping (System.Data.Entity.Core.Metadata.Edm.EntityContainer conceptualEntityContainer, System.Data.Entity.Core.Metadata.Edm.EntityContainer storeEntityContainer, System.Data.Entity.Core.Mapping.StorageMappingItemCollection mappingItemCollection, bool generateUpdateViews);
new System.Data.Entity.Core.Mapping.EntityContainerMapping : System.Data.Entity.Core.Metadata.Edm.EntityContainer * System.Data.Entity.Core.Metadata.Edm.EntityContainer * System.Data.Entity.Core.Mapping.StorageMappingItemCollection * bool -> System.Data.Entity.Core.Mapping.EntityContainerMapping
Public Sub New (conceptualEntityContainer As EntityContainer, storeEntityContainer As EntityContainer, mappingItemCollection As StorageMappingItemCollection, generateUpdateViews As Boolean)
參數
- conceptualEntityContainer
- EntityContainer
要對應的概念實體容器。
- storeEntityContainer
- EntityContainer
要對應的存放區實體容器。
- mappingItemCollection
- StorageMappingItemCollection
父對應專案集合。
- generateUpdateViews
- Boolean
指出是否產生更新檢視的旗標。