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

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

Méthodes publiques

Méthode Description
DataParameter ( ) : System

Initializes a new instance of the DataParameter class.

Méthodes protégées

Méthode Description
Evaluate ( HttpContext context, Control control ) : Object

Updates and returns the value of the DataParameter object.

Method Details

DataParameter() public méthode

Initializes a new instance of the DataParameter class.
public DataParameter ( ) : System
Résultat System

Evaluate() protected méthode

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.
Résultat Object