In This Topic
            
            Gets all columns in the collection for the current row. If possible, a provider-specific type is used.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Function GetSqlValues( _
   ByVal () As Object _
) As Integer
             
        
            
            public int GetSqlValues( 
   object[] 
)
             
        
             
        
            Parameters
- values
 
- An array of System.Object into which to copy the columns.
 
            
            Return Value
The number of instances of 
System.Object in the array.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also