SPName Property
- Last UpdatedNov 06, 2025
- 1 minute read
The name of the Stored Procedure Parameter if different from the Command Parameter.
'Declaration
<XmlAttributeAttribute("SPName")>
Public Property SPName As String
'Usage
Dim instance As CommandParameter
Dim value As String
instance.SPName = value
value = instance.SPName
[XmlAttribute("SPName")]
public string SPName {get; set;}