This documentation is archived and is not being maintained.
SessionParameter Constructor
Visual Studio 2010
Initializes a new instance of the SessionParameter class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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, 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, 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, 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. |
Show: