C# 클래스 Nettiers.AdventureWorks.Web.Data.DataParameter

Binds specific data from an IListDataSource to a parameter object.
상속: System.Web.UI.WebControls.Parameter
파일 보기 프로젝트 열기: netTiers/netTiers

공개 메소드들

메소드 설명
DataParameter ( ) : System

Initializes a new instance of the DataParameter class.

보호된 메소드들

메소드 설명
Evaluate ( HttpContext context, Control control ) : Object

Updates and returns the value of the DataParameter object.

메소드 상세

DataParameter() 공개 메소드

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

Evaluate() 보호된 메소드

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.
리턴 Object