Add(String, SADbType) method

Adds an SAParameter object to this collection, created using the specified parameter name and data type, to the collection.

Syntax
Visual Basic

Public Function Add( _
   ByVal parameterName As String, _
   ByVal saDbType As SADbType _
) As SAParameter
C#

public SAParameter Add(
   string  parameterName,
   SADbType saDbType
);
Parameters
  • parameterName   The name of the parameter.

  • saDbType   One of the SADbType values.

Return value

The new SAParameter object.

See also