Parameter.Type Property
Assembly: System.Web (in system.web.dll)
/** @property */ public TypeCode get_Type () /** @property */ public void set_Type (TypeCode value)
public function get Type () : TypeCode public function set Type (value : TypeCode)
Property Value
The type of the Parameter. The default value is TypeCode.Object.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 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.