VistaDB 6
VistaDB.Provider Namespace / VistaDBProviderFactory Class / CreateDataAdapter Method


In This Topic
    CreateDataAdapter Method
    In This Topic
    Returns a new instance of the provider's class that implements the System.Data.Common.DbDataAdapter class. Returns a strongly typed DbDataAdapter instance.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Function CreateDataAdapter() As System.Data.Common.DbDataAdapter
    'Usage
     
    
    Dim instance As VistaDBProviderFactory
    Dim value As System.Data.Common.DbDataAdapter
     
    value = instance.CreateDataAdapter()
    public override System.Data.Common.DbDataAdapter CreateDataAdapter()

    Return Value

    A new instance of System.Data.Common.DbDataAdapter.A new strongly typed instance of DbDataAdapter.
    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