This documentation is archived and is not being maintained.
RouteParameter Constructor
Visual Studio 2010
Initializes a new instance of the RouteParameter 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 | |
|---|---|---|
|
RouteParameter() | Initializes a new instance of the RouteParameter class. |
|
RouteParameter(RouteParameter) | Initializes a new instance of the RouteParameter class by using the values of the specified instance. |
|
RouteParameter(String, String) | Initializes a new instance of the RouteParameter class by using the specified name for the parameter and the specified key for route data. |
|
RouteParameter(String, DbType, String) | Initializes a new instance of the RouteParameter class by using the specified name and database type for the parameter, and by using the specified key for the route data. |
|
RouteParameter(String, TypeCode, String) | Initializes a new instance of the RouteParameter class by using the specified name and type for the parameter, and by using the specified key for the route data. |
Show: