Type Property (QueryParameterInfo)
In This Topic
Gets or sets the data type of the parameter (e.g., int, string, etc.).
Syntax
'Declaration
Public Property Type As Type
public Type Type {get; set;}
Property Value
A
System.Type representing the data type of the parameter.
See Also