Gets all the column values as the dotConnect for DB2 wrapped types.
            
            
            
            
            
            
            
            'Declaration
 
Public Function GetDB2Values( _
   ByVal () As Object _
) As Integer
             
        
            
            public int GetDB2Values( 
   object[] 
)
             
        
             
        
            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.