QueryableDataSourceView::GetSource Method (QueryContext^)

.NET Framework (current version)
 

Gets initial IQueryable object for the data source view based on the query context.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

protected:
virtual Object^ GetSource(
	QueryContext^ context
) abstract

Parameters

context
Type: System.Web.UI.WebControls::QueryContext^

The data context to apply the query to.

Return Value

Type: System::Object^

The initial IQueryable object for the data source view.

.NET Framework
Available since 4.0
Return to top
Show: