DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / C1DbParameterCollection Class / SetParameter Method / SetParameter(Int32,DbParameter) Method
The index where the DbParameter object is located.
The new DbParameter value.

In This Topic
    SetParameter(Int32,DbParameter) Method
    In This Topic
    Sets the DbParameter object at the specified index to a new value.
    Syntax
    'Declaration
     
    Protected Overloads Overrides Sub SetParameter( _
       ByVal index As Integer, _
       ByVal value As DbParameter _
    ) 
    protected override void SetParameter( 
       int index,
       DbParameter value
    )

    Parameters

    index
    The index where the DbParameter object is located.
    value
    The new DbParameter value.
    See Also