Mimer SQL Data Provider
Add(MimerParameter) Method




Mimer.Data.Client Namespace > MimerParameterCollection Class > Add Method : Add(MimerParameter) Method
The MimerParameter to add to the MimerParameterCollection
Adds the specified MimerParameter to the MimerParameterCollection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal parameter As MimerParameter _
) As MimerParameter
public function Add( 
    parameter: MimerParameter
): MimerParameter; 
public function Add( 
   parameter : MimerParameter
) : MimerParameter;

Parameters

parameter
The MimerParameter to add to the MimerParameterCollection

Return Value

The MimerParameter object passed in the parameter.
Exceptions
ExceptionDescription
The MimerParameter specified in the value parameter is already added to this or another MimerParameterCollection.
The parameter is null.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerParameterCollection Class
MimerParameterCollection Members
Overload List