Property | Type | Description |
---|
Method | Description | |
---|---|---|
SessionParameter ( ) : System.Collections | ||
SessionParameter ( string name, DbType dbType, string sessionField ) : System.Collections | ||
SessionParameter ( string name, TypeCode type, string sessionField ) : System.Collections | ||
SessionParameter ( string name, string sessionField ) : System.Collections |
Method | Description | |
---|---|---|
Clone ( ) : System.Web.UI.WebControls.Parameter | ||
Evaluate ( HttpContext ctx, Control control ) : object | ||
SessionParameter ( |
protected Clone ( ) : System.Web.UI.WebControls.Parameter | ||
return | System.Web.UI.WebControls.Parameter |
protected Evaluate ( HttpContext ctx, Control control ) : object | ||
ctx | HttpContext | |
control | Control | |
return | object |
public SessionParameter ( ) : System.Collections | ||
return | System.Collections |
protected SessionParameter ( |
||
original | ||
return | System.Collections |
public SessionParameter ( string name, DbType dbType, string sessionField ) : System.Collections | ||
name | string | |
dbType | DbType | |
sessionField | string | |
return | System.Collections |
public SessionParameter ( string name, TypeCode type, string sessionField ) : System.Collections | ||
name | string | |
type | TypeCode | |
sessionField | string | |
return | System.Collections |
public SessionParameter ( string name, string sessionField ) : System.Collections | ||
name | string | |
sessionField | string | |
return | System.Collections |