DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / C1DbParameterCollection Class / AddWithValue Method
The name of the parameter.
The Value of the DbParameter to add to the collection.

In This Topic
    AddWithValue Method
    In This Topic
    Adds a DbParameter object to the parameter collection.
    Syntax
    'Declaration
     
    Public Function AddWithValue( _
       ByVal name As String, _
       ByVal value As Object _
    ) As C1DbParameter
    public C1DbParameter AddWithValue( 
       string name,
       object value
    )

    Parameters

    name
    The name of the parameter.
    value
    The Value of the DbParameter to add to the collection.
    See Also