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


In This Topic
    GetParameter(String) Method
    In This Topic
    Returns System.Data.Common.DbParameter the object with the specified name.
    Syntax
    'Declaration
     
    
    Protected Overloads Overrides NotOverridable Function GetParameter( _
       ByVal parameterName As System.String _
    ) As System.Data.Common.DbParameter
    'Usage
     
    
    Dim instance As VistaDBParameterCollection
    Dim parameterName As System.String
    Dim value As System.Data.Common.DbParameter
     
    value = instance.GetParameter(parameterName)
    protected override System.Data.Common.DbParameter GetParameter( 
       System.string parameterName
    )

    Parameters

    parameterName
    The name of the System.Data.Common.DbParameter in the collection.

    Return Value

    The System.Data.Common.DbParameter the object with the specified name.
    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