VistaDB 6
VistaDB.Provider Namespace / VistaDBDataAdapter Class / ClearBatch Method


In This Topic
    ClearBatch Method
    In This Topic
    Removes all System.Data.IDbCommand objects from the batch.
    Syntax
    'Declaration
     
    
    Protected Sub ClearBatch() 
    'Usage
     
    
    Dim instance As VistaDBDataAdapter
     
    instance.ClearBatch()
    protected void ClearBatch()
    Exceptions
    ExceptionDescription
    The adapter does not support batches.
    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