DbMappingViewCache.GetView(EntitySetBase) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une vue correspondant à l’étendue spécifiée.
public abstract System.Data.Entity.Infrastructure.MappingViews.DbMappingView GetView(System.Data.Entity.Core.Metadata.Edm.EntitySetBase extent);
abstract member GetView : System.Data.Entity.Core.Metadata.Edm.EntitySetBase -> System.Data.Entity.Infrastructure.MappingViews.DbMappingView
Public MustOverride Function GetView (extent As EntitySetBase) As DbMappingView
Paramètres
- extent
- EntitySetBase
EntitySetBase qui spécifie l’étendue.
Retours
DbMappingView qui spécifie la vue de mappage, ou null si l’extension n’est pas associée à une vue de mappage.