DataType Property (CommandParameter)
- Last UpdatedMar 17, 2026
- 1 minute read
The datatype for the command parameter.
'Declaration
<XmlAttributeAttribute("DataType")>
Public Property DataType As String
'Usage
Dim instance As CommandParameter
Dim value As String
instance.DataType = value
value = instance.DataType
[XmlAttribute("DataType")]
public string DataType {get; set;}