SessionParameter Constructor

 

Initializes a new instance of the SessionParameter class.

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

NameDescription
System_CAPS_pubmethodSessionParameter()

Initializes a new unnamed instance of the SessionParameter class.

System_CAPS_protmethodSessionParameter(SessionParameter^)

Initializes a new instance of the SessionParameter class with the values of the instance specified by the original parameter.

System_CAPS_pubmethodSessionParameter(String^, DbType, String^)

Initializes a new instance of the SessionParameter class, by using the specified name and type, and binding the parameter to the specified session state name/value pair. This constructor is for database types.

System_CAPS_pubmethodSessionParameter(String^, String^)

Initializes a new named instance of the SessionParameter class, using the specified string to identify which session state name/value pair to bind to.

System_CAPS_pubmethodSessionParameter(String^, TypeCode, String^)

Initializes a new named and strongly typed instance of the SessionParameter class, using the specified string to identify which session state name/value pair to bind to.

Return to top
Show: