Adds the specified DbParameter object to the parameter collection.
'Declaration
Public Overloads Overrides Function Add( _
ByVal As Object _
) As Integer
public override int Add(
object
)
Parameters
- value
- The Value of the DbParameter to add to the collection.
Return Value
The index of the DbParameter object in the collection.