VistaDB 6
VistaDB.Provider Namespace / VistaDBDataReader Class / GetValues Method
An array of System.Object into which to copy the attribute columns.An array of Object into which to copy the attribute columns.


In This Topic
    GetValues Method (VistaDBDataReader)
    In This Topic
    Populates an array of objects with the column values of the current row. Gets all attribute columns in the collection for the current row.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Function GetValues( _
       ByVal values() As System.Object _
    ) As System.Integer
    'Usage
     
    
    Dim instance As VistaDBDataReader
    Dim values() As System.Object
    Dim value As System.Integer
     
    value = instance.GetValues(values)
    public override System.int GetValues( 
       System.object[] values
    )

    Parameters

    values
    An array of System.Object into which to copy the attribute columns.An array of Object into which to copy the attribute columns.

    Return Value

    The number of instances of System.Object in the array.The number of instances of Object in the array.
    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