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


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

    Return Value

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