EntityViewContainer Klasa

Definicja

Uwaga

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

Nazwa Opis
EntityViewContainer()
Przestarzałe.

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

Właściwości

Nazwa Opis
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

Nazwa Opis
GetViewAt(Int32)
Przestarzałe.

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

Dotyczy