次の方法で共有


DbMappingViewCache.GetView(EntitySetBase) メソッド

定義

指定したエクステントに対応するビューを取得します。

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。

適用対象