AddWithValue method

Adds a value to the end of this collection.

Syntax
Visual Basic

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

public SAParameter AddWithValue(
   string  parameterName,
   object value
);
Parameters
  • parameterName   The name of the parameter.

  • value   The value to be added.

Return value

The new SAParameter object.

See also