次の方法で共有


EntityViewContainer クラス

定義

注意事項

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)
古い.

ビューとそのキーが格納されている指定されたインデックス位置のキー/値のペアを返します。

適用対象