6.11.4.46 GetProviderSpecificValues
This method returns an array of objects that represent the underlying provider-specific values.
Declaration
// C#
public override int GetProviderSpecificValues(object [ ] values);
Parameters
- 
                        
valuesAn array of objects.
 
Return Value
The number of Object instances in the array.
                  
Exceptions
InvalidOperationException - The reader is closed.