Mimer SQL Data Provider
Add(Object) Method




Mimer.Data.Client Namespace > MimerParameterCollection Class > Add Method : Add(Object) Method
The MimerParameter to add to the MimerParameterCollection
Adds the specified MimerParameter to the MimerParameterCollection.
Syntax
'Declaration
 
Public Overloads Overrides NotOverridable Function Add( _
   ByVal parameter As Object _
) As Integer
public override int Add( 
   object parameter
)
public function Add( 
    parameter: TObject
): Integer; override; 
public override function Add( 
   parameter : Object
) : int;
public: int Add( 
   Object* parameter
) override 

Parameters

parameter
The MimerParameter to add to the MimerParameterCollection

Return Value

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

.NET Framework
Version 2.0 or later

See Also

Reference

MimerParameterCollection Class
MimerParameterCollection Members
Overload List