DbModel 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 由 所建立 DbModelBuilder 的實體資料模型 (EDM) 。 Compile 方法可用來從這個 EDM 標記法移至 , DbCompiledModel 這是適合快取和建立 或 ObjectContext 實例之 DbContext 模型的已編譯快照集。
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId="Db")]
public class DbModel : System.Data.Entity.Core.Metadata.Edm.IEdmModelAdapter
public class DbModel : System.Data.Entity.Core.Metadata.Edm.IEdmModelAdapter
type DbModel = class
interface IEdmModelAdapter
Public Class DbModel
Implements IEdmModelAdapter
- 繼承
-
DbModel
- 屬性
- 實作
屬性
ConceptualModel |
取得概念模型。 |
ConceptualToStoreMapping |
取得對應模型。 |
ProviderInfo |
取得提供者資訊。 |
ProviderManifest |
取得提供者資訊清單。 |
StoreModel |
取得存放區模型。 |
方法
Compile() |
建立此模式的 , DbCompiledModel 這是適合快取和建立實例的 DbContext 已編譯快照集。 |
擴充方法
GetConceptualModel(IEdmModelAdapter) |
已淘汰.
從指定的 DbModel 取得概念模型。 |
GetStoreModel(IEdmModelAdapter) |
已淘汰.
從指定的 DbModel 取得存放區模型。 |