DbMappingViewCache.GetView(EntitySetBase) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得對應至指定範圍的檢視。
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
參數
- extent
- EntitySetBase
, EntitySetBase 指定範圍。
傳回
, DbMappingView 指定對應檢視,如果範圍未與對應檢視相關聯,則為 null。