VistaDB 6
VistaDB.Provider Namespace / VistaDBConnection Class / CreateDbCommand Method


In This Topic
    CreateDbCommand Method
    In This Topic
    Creates and returns a System.Data.Common.DbCommand object associated with the current connection. Create a new DbCommand object from the current VistaDBConnection.
    Syntax
    'Declaration
     
    
    Protected Overrides NotOverridable Function CreateDbCommand() As System.Data.Common.DbCommand
    'Usage
     
    
    Dim instance As VistaDBConnection
    Dim value As System.Data.Common.DbCommand
     
    value = instance.CreateDbCommand()
    protected override System.Data.Common.DbCommand CreateDbCommand()

    Return Value

    A System.Data.Common.DbCommand object.DbCommand
    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