Parameter::Type Property
Gets or sets the type of the parameter.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::TypeCodeThe type of the Parameter. The default value is TypeCode::Object.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The parameter type is not one of the TypeCode values. |
The type can be used to create strongly typed parameters, so that values are converted correctly between your Web application and underlying code.
If the type of the parameter is changed, the OnParameterChanged method is called.
The following code example demonstrates how to set the DefaultValue, Type, and Direction properties of Parameter objects when using them as output parameters and return value parameters with a stored procedure. This code example is part of a larger example provided for the SqlDataSourceStatusEventArgs class overview.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
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.