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


In This Topic
    InitializeBatching Method
    In This Topic
    Initializes batching for the System.Data.Common.DbDataAdapter.
    Syntax
    'Declaration
     
    
    Protected Sub InitializeBatching() 
    'Usage
     
    
    Dim instance As VistaDBDataAdapter
     
    instance.InitializeBatching()
    protected void InitializeBatching()
    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