VistaDB 6
VistaDB.Provider Namespace / VistaDBCommandBuilder Class / GetUpdateCommand Method / GetUpdateCommand() Method


In This Topic
    GetUpdateCommand() Method
    In This Topic
    Gets the automatically generated VistaDBCommand object required to perform updates at the data source.
    Syntax
    'Declaration
     
    
    Public Overloads Shadows Function GetUpdateCommand() As VistaDBCommand
    'Usage
     
    
    Dim instance As VistaDBCommandBuilder
    Dim value As VistaDBCommand
     
    value = instance.GetUpdateCommand()
    public new VistaDBCommand GetUpdateCommand()

    Return Value

    The automatically generated VistaDBCommand object required to perform updates.
    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