VistaDB 6
VistaDB.Provider Namespace / VistaDBCommand Class / ExecuteDbDataReader Method
An instance of System.Data.CommandBehavior.


In This Topic
    ExecuteDbDataReader Method
    In This Topic
    Executes the command text against the connection.
    Syntax
    'Declaration
     
    
    Protected Overrides NotOverridable Function ExecuteDbDataReader( _
       ByVal behavior As System.Data.CommandBehavior _
    ) As System.Data.Common.DbDataReader
    'Usage
     
    
    Dim instance As VistaDBCommand
    Dim behavior As System.Data.CommandBehavior
    Dim value As System.Data.Common.DbDataReader
     
    value = instance.ExecuteDbDataReader(behavior)
    protected override System.Data.Common.DbDataReader ExecuteDbDataReader( 
       System.Data.CommandBehavior behavior
    )

    Parameters

    behavior
    An instance of System.Data.CommandBehavior.

    Return Value

    A task representing the operation.
    Exceptions
    ExceptionDescription
    An error occurred while executing the command text.
    An invalid System.Data.CommandBehavior value.
    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