Value Property (DataParameter)
In This Topic
Gets or sets the value of the parameter in the SQL query.
Syntax
'Declaration
Public Property Value As Object
public object Value {get; set;}
Property Value
An
System.Object representing the value of the parameter.
See Also