Aracılığıyla paylaş


EntityViewContainer Sınıf

Tanım

Dikkat

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.

Oluşturulan görünümleri depolamak için tasarım zamanında oluşturulan tür için temel sınıf.

[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
Devralma
EntityViewContainer
Öznitelikler

Oluşturucular

EntityViewContainer()
Geçersiz.

Oluşturulan görünümleri depolamak için tasarım zamanında oluşturulan tür için temel sınıf.

Özellikler

EdmEntityContainerName
Geçersiz.

adını EntityContaineralır veya ayarlar.

HashOverAllExtentViews
Geçersiz.

Görünümlerin karma değeri.

HashOverMappingClosure
Geçersiz.

Karma değer.

StoreEntityContainerName
Geçersiz.

Depolama şemasında alır veya ayarlar EntityContainer .

ViewCount
Geçersiz.

Görünüm sayısını alır veya ayarlar.

Yöntemler

GetViewAt(Int32)
Geçersiz.

Belirtilen dizinde, görünümü ve anahtarını içeren anahtar/değer çiftini döndürür.

Şunlara uygulanır