ContextDataSourceView::GetSource Method (QueryContext^)

.NET Framework (current version)
 

Retrieves the source of the query context.

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

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

Parameters

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

The current query context.

Return Value

Type: System::Object^

The data source to apply the query to.

.NET Framework
Available since 4.0
Return to top
Show: