Firebird ADO.NET Provider SDK Documentation - v1.7

FbParameterCollection.Add Method (Object)

Adds the specified FbParameter object to the collection.

[Visual Basic]
NotOverridable Overloads Public Function Add( _
   ByVal value As Object _
) As Integer _
    Implements IList.Add
[C#]
public int Add(
   object value
);

Parameters

value
The FbParameter to be added.

Return Value

A reference to the new FbParameter object.

Implements

IList.Add

Exceptions

Exception Type Condition
InvalidCastException The parameter passed was not a FbParameter.

See Also

FbParameterCollection Class | FirebirdSql.Data.Firebird Namespace | FbParameterCollection.Add Overload List