Nullable Property
- Last UpdatedNov 06, 2025
- 1 minute read
Defines if te command parameter can contain a null parameter.
'Declaration
<XmlAttributeAttribute("Nullable")>
Public Property Nullable As Boolean
'Usage
Dim instance As CommandParameter
Dim value As Boolean
instance.Nullable = value
value = instance.Nullable
[XmlAttribute("Nullable")]
public bool Nullable {get; set;}