VistaDB 6
VistaDB.Provider Namespace / VistaDBParameterCollection Class / SetParameter Method / SetParameter(Int32,DbParameter) Method
The index where the System.Data.Common.DbParameter object is located.
The new System.Data.Common.DbParameter value.


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

    Parameters

    index
    The index where the System.Data.Common.DbParameter object is located.
    value
    The new System.Data.Common.DbParameter value.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also