Adds a value to the end of this collection.
Public Function AddWithValue( ByVal parameterName As String, ByVal value As Object ) As SAParameter
public SAParameter AddWithValue(string parameterName, object value)
parameterName The name of the parameter.
value The value to be added.
The new SAParameter object.