Add(SAParameter) method

Adds an SAParameter object to this collection.

Syntax
Visual Basic

Public Function Add( _
   ByVal value As SAParameter _
) As SAParameter
C#

public SAParameter Add(
   SAParameter value
);
Parameters
  • value   The SAParameter object to add to the collection.

Return value

The new SAParameter object.

See also