VistaDB 6
VistaDB.Provider Namespace / VistaDBCommandBuilder Class / DeriveParameters Method
VistaDBCommand object to pull the parameters from.


In This Topic
    DeriveParameters Method
    In This Topic
    Given a VistaDBCommand object derive the parameters from the object. This is used by some of the GUI designers and other tools to determine the list of parameters in stored procedures.
    Syntax
    'Declaration
     
    
    Public Shared Sub DeriveParameters( _
       ByVal command As VistaDBCommand _
    ) 
    'Usage
     
    
    Dim command As VistaDBCommand
     
    VistaDBCommandBuilder.DeriveParameters(command)
    public static void DeriveParameters( 
       VistaDBCommand command
    )

    Parameters

    command
    VistaDBCommand object to pull the parameters from.
    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