'Declaration Public Function AddWithValue( _ ByVal parameterName As String, _ ByVal value As Object _ ) As T
public T AddWithValue( string parameterName, object value )
Parameters
- parameterName
- The name of the parameter.
- value
- The Value of the Devart.Data.QuickBooks.QuickBooksParameter to add to the collection.
Return Value
The new Devart.Data.QuickBooks.QuickBooksParameter object.