VistaDB 6
VistaDB.Provider Namespace / VistaDBDataReader Class / GetDbDataReader Method
The zero-based column ordinal.


In This Topic
    GetDbDataReader Method
    In This Topic
    Returns a System.Data.Common.DbDataReader object for the requested column ordinal that can be overridden with a provider-specific implementation.
    Syntax
    'Declaration
     
    
    Protected Function GetDbDataReader( _
       ByVal ordinal As System.Integer _
    ) As System.Data.Common.DbDataReader
    'Usage
     
    
    Dim instance As VistaDBDataReader
    Dim ordinal As System.Integer
    Dim value As System.Data.Common.DbDataReader
     
    value = instance.GetDbDataReader(ordinal)
    protected System.Data.Common.DbDataReader GetDbDataReader( 
       System.int ordinal
    )

    Parameters

    ordinal
    The zero-based column ordinal.

    Return Value

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