ParameterName Property (DataParameter)
In This Topic
Gets or sets the name of the parameter as used in the SQL query.
Syntax
'Declaration
Public Property ParameterName As String
public string ParameterName {get; set;}
Property Value
A
System.String representing the name of the parameter.
See Also