SessionParameter Constructor
Initializes a new instance of the SessionParameter class.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | SessionParameter() | Initializes a new unnamed instance of the SessionParameter class. |
![]() | SessionParameter(SessionParameter^) | Initializes a new instance of the SessionParameter class with the values of the instance specified by the original parameter. |
![]() | SessionParameter(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. |
![]() | SessionParameter(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. |
![]() | SessionParameter(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. |

