DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / C1DbParameterCollection Class / Add Method / Add(Object) Method
The Value of the DbParameter to add to the collection.

In This Topic
    Add(Object) Method
    In This Topic
    Adds the specified DbParameter object to the parameter collection.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function Add( _
       ByVal value As Object _
    ) As Integer
    public override int Add( 
       object value
    )

    Parameters

    value
    The Value of the DbParameter to add to the collection.

    Return Value

    The index of the DbParameter object in the collection.
    See Also