This documentation is archived and is not being maintained.
ProfileParameter Constructor
Visual Studio 2008
Initializes a new instance of the ProfileParameter 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 | |
|---|---|---|
|
ProfileParameter() | Initializes a new instance of the ProfileParameter class. |
|
ProfileParameter(ProfileParameter) | Initializes a new instance of the ProfileParameter class with the values of the instance specified by the original parameter. |
|
ProfileParameter(String, String) | Initializes a new named instance of the ProfileParameter class, using the specified property name to identify which ASP.NET Profile property to bind to. |
|
ProfileParameter(String, TypeCode, String) | Initializes a new named and strongly typed instance of the ProfileParameter class, using the specified property name to identify which ASP.NET Profile property to bind to. |
|
ProfileParameter(String, DbType, String) | Initializes a new instance of the ProfileParameter class, using the specified property name to identify which ASP.NET Profile property to bind to. |
Show: