ParameterDataSourceExpression.SetContext Method (Control, HttpContext, IQueryableDataSource)

.NET Framework (current version)
 

Executes the expression by using the specified owner control, context, and data source.

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

override SetContext : 
        owner:Control *
        context:HttpContext *
        dataSource:IQueryableDataSource -> unit

Parameters

owner
Type: System.Web.UI.Control

The owner control to use.

context
Type: System.Web.HttpContext

The context to use.

dataSource
Type: System.Web.UI.WebControls.IQueryableDataSource

The data source to use.

.NET Framework
Available since 4.0
Return to top
Show: