The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Parameter::DbType Property
.NET Framework (current version)
Gets or sets the database type of the parameter.
Assembly: System.Web (in System.Web.dll)
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | An attempt was made to set this property to a value that is not in the DbType enumeration. |
The database type can be used to create strongly typed parameters, so that values are converted correctly between your Web application and underlying code or values from database tables.
If the database type of the parameter is changed by setting the DbType property, the OnParameterChanged method is called.
.NET Framework
Available since 2.0
Available since 2.0
Show: