Udostępnij przez


EntityViewContainer Klasa

Definicja

Przestroga

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.

Klasa podstawowa typu utworzonego w czasie projektowania do przechowywania wygenerowanych widoków.

[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
Dziedziczenie
EntityViewContainer
Atrybuty

Konstruktory

EntityViewContainer()
Przestarzałe.

Klasa podstawowa typu utworzonego w czasie projektowania do przechowywania wygenerowanych widoków.

Właściwości

EdmEntityContainerName
Przestarzałe.

Pobiera lub ustawia nazwę .EntityContainer

HashOverAllExtentViews
Przestarzałe.

Wartość skrótu widoków.

HashOverMappingClosure
Przestarzałe.

Wartość skrótu.

StoreEntityContainerName
Przestarzałe.

Pobiera lub ustawia EntityContainer schemat magazynu.

ViewCount
Przestarzałe.

Pobiera lub ustawia liczbę wyświetleń.

Metody

GetViewAt(Int32)
Przestarzałe.

Zwraca parę klucz/wartość w określonym indeksie, który zawiera widok i jego klucz.

Dotyczy