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