VistaDB 6
VistaDB.Provider Namespace / VistaDBParameterCollection Class / GetParameter Method / GetParameter(Int32) Method
The index of the System.Data.Common.DbParameter in the collection.


In This Topic
    GetParameter(Int32) Method
    In This Topic
    Returns the System.Data.Common.DbParameter object at the specified index in the collection.
    Syntax
    'Declaration
     
    
    Protected Overloads Overrides NotOverridable Function GetParameter( _
       ByVal index As System.Integer _
    ) As System.Data.Common.DbParameter
    'Usage
     
    
    Dim instance As VistaDBParameterCollection
    Dim index As System.Integer
    Dim value As System.Data.Common.DbParameter
     
    value = instance.GetParameter(index)
    protected override System.Data.Common.DbParameter GetParameter( 
       System.int index
    )

    Parameters

    index
    The index of the System.Data.Common.DbParameter in the collection.

    Return Value

    The System.Data.Common.DbParameter object at the specified index in the collection.
    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