次の方法で共有


TableProvider.GetQuery(Object) メソッド

定義

派生クラスでオーバーライドされると、テーブルの要素を返す IQueryable オブジェクトを返します。

public:
 abstract System::Linq::IQueryable ^ GetQuery(System::Object ^ context);
public abstract System.Linq.IQueryable GetQuery(object context);
abstract member GetQuery : obj -> System.Linq.IQueryable
Public MustOverride Function GetQuery (context As Object) As IQueryable

パラメーター

context
Object

テーブルのデータ コンテキスト。

戻り値

テーブルの要素を返す IQueryable オブジェクト。

適用対象