DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / C1DbParameterCollection Class / SetParameter Method / SetParameter(String,DbParameter) Method
The name of the DbParameter object in the collection.
The new DbParameter value.

In This Topic
    SetParameter(String,DbParameter) Method
    In This Topic
    Sets the DbParameter object with the specified name to a new value.
    Syntax
    'Declaration
     
    Protected Overloads Overrides Sub SetParameter( _
       ByVal parameterName As String, _
       ByVal value As DbParameter _
    ) 
    protected override void SetParameter( 
       string parameterName,
       DbParameter value
    )

    Parameters

    parameterName
    The name of the DbParameter object in the collection.
    value
    The new DbParameter value.
    See Also