Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere .NET 2.0 API reference » iAnywhere.Data.SQLAnywhere namespace (.NET 2.0) » SAParameterCollection class

 

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