QueryableDataSourceView.GetSource(QueryContext) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
基于查询上下文获取数据源视图的初始 IQueryable 对象。
protected:
abstract System::Object ^ GetSource(System::Web::UI::WebControls::QueryContext ^ context);
protected abstract object GetSource (System.Web.UI.WebControls.QueryContext context);
abstract member GetSource : System.Web.UI.WebControls.QueryContext -> obj
Protected MustOverride Function GetSource (context As QueryContext) As Object
参数
- context
- QueryContext
要应用查询的数据上下文。
返回
数据源视图的初始 IQueryable 对象。