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

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere .NET 2.0 API Reference » SAParameterCollection class » Add methods

Add methods Next Page

Add(Object) method


Adds an SAParameter object to this collection.

Syntax

Visual Basic

Public Overrides Function Add( _
ByVal value As Object _
) As Integer

C#

public override int Add(
object value
);

Parameters
Return value

The index of the new SAParameter object.

See also