dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2DataReader Class / GetDB2Values Method
An array of objects to hold the dotConnect for DB2 wrapped types as the column values.

In This Topic
    GetDB2Values Method
    In This Topic
    Gets all the column values as the dotConnect for DB2 wrapped types.
    Syntax
    'Declaration
     
    Public Function GetDB2Values( _
       ByVal values() As Object _
    ) As Integer
    public int GetDB2Values( 
       object[] values
    )

    Parameters

    values
    An array of objects to hold the dotConnect for DB2 wrapped types as the column values.

    Return Value

    The number of dotConnect for DB2 wrapped types.
    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