'Declaration Public Overloads Function Add( _ ByVal parameterName As String, _ ByVal value As Object _ ) As SqlParameter
public SqlParameter Add( string parameterName, object value )
Parameters
- parameterName
 - The name of the parameter.
 - value
 - The Value of the SqlParameter to add to the collection.
 
Return Value
The new SqlParameter object.