C# Class Nettiers.AdventureWorks.Web.Data.DataParameter

Binds specific data from an IListDataSource to a parameter object.
Inheritance: System.Web.UI.WebControls.Parameter
Exibir arquivo Open project: netTiers/netTiers

Public Methods

Method Description
DataParameter ( ) : System

Initializes a new instance of the DataParameter class.

Protected Methods

Method Description
Evaluate ( HttpContext context, Control control ) : Object

Updates and returns the value of the DataParameter object.

Method Details

DataParameter() public method

Initializes a new instance of the DataParameter class.
public DataParameter ( ) : System
return System

Evaluate() protected method

Updates and returns the value of the DataParameter object.
protected Evaluate ( HttpContext context, Control control ) : Object
context System.Web.HttpContext The current System.Web.HttpContext of the request.
control System.Web.UI.Control The System.Web.UI.Control that the parameter is bound to.
return Object