This documentation is archived and is not being maintained.

CookieParameter Constructor

Initializes a new instance of the CookieParameter class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method CookieParameter() Initializes a new unnamed instance of the CookieParameter class.
Protected method CookieParameter(CookieParameter) Initializes a new instance of the CookieParameter class with the values of the instance specified by the original parameter.
Public method CookieParameter(String, String) Initializes a new named instance of the CookieParameter class, using the specified string to identify which HTTP cookie to bind to.
Public method CookieParameter(String, DbType, String) Initializes a new instance of the CookieParameter class that has the specified name and database type and that is bound to the specified HTTP cookie.
Public method CookieParameter(String, TypeCode, String) Initializes a new named and strongly typed instance of the CookieParameter class, using the specified string to identify which HTTP cookie to bind to.
Top
Show: