ProfileParameter Constructor
.NET Framework (current version)
Initializes a new instance of the ProfileParameter class.
Assembly: System.Web (in System.Web.dll)
| 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^, 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. |
![]() | 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. |
Show:

