EntityViewContainer 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The mechanism to provide pre-generated views has changed. Implement a class that derives from System.Data.Entity.Infrastructure.MappingViews.DbMappingViewCache and has a parameterless constructor, then associate it with a type that derives from DbContext or ObjectContext by using System.Data.Entity.Infrastructure.MappingViews.DbMappingViewCacheTypeAttribute.
在設計階段建立之型別的基類,用來儲存產生的檢視。
[System.Obsolete("The mechanism to provide pre-generated views has changed. Implement a class that derives from System.Data.Entity.Infrastructure.MappingViews.DbMappingViewCache and has a parameterless constructor, then associate it with a type that derives from DbContext or ObjectContext by using System.Data.Entity.Infrastructure.MappingViews.DbMappingViewCacheTypeAttribute.", true)]
public abstract class EntityViewContainer
type EntityViewContainer = class
Public MustInherit Class EntityViewContainer
- 繼承
-
EntityViewContainer
- 屬性
建構函式
EntityViewContainer() |
已淘汰.
在設計階段建立之型別的基類,用來儲存產生的檢視。 |
屬性
EdmEntityContainerName |
已淘汰.
取得或設定 EntityContainer 的名稱。 |
HashOverAllExtentViews |
已淘汰.
檢視的雜湊值。 |
HashOverMappingClosure |
已淘汰.
雜湊值。 |
StoreEntityContainerName |
已淘汰.
在儲存結構描述內取得或設定 EntityContainer。 |
ViewCount |
已淘汰.
取得或設定檢視計數。 |
方法
GetViewAt(Int32) |
已淘汰.
傳回位於指定索引處的索引鍵/值組,其中包含檢視及其索引鍵。 |