VistaDB 6
VistaDB.Provider Namespace / VistaDBParameterCollection Class / SetParameter Method / SetParameter(String,DbParameter) Method
The name of the System.Data.Common.DbParameter object in the collection.
The new System.Data.Common.DbParameter value.


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

    Parameters

    parameterName
    The name of the System.Data.Common.DbParameter object in the collection.
    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