AddWithValue(string, object) method

Adds a value to the end of this collection.

Visual Basic syntax

Public Function AddWithValue (ByVal parameterName As String, ByVal value As Object) As SAParameter

C# syntax

public SAParameter AddWithValue (string parameterName, object value)

Parameters

Returns

The new SAParameter object.