This documentation is archived and is not being maintained.
Parameter::DbType Property
Visual Studio 2008
Gets or sets the database type of the parameter.
Assembly: System.Web (in System.Web.dll)
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.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: