GetProviderSpecificValues() Method
Gets all column values for the current row. If possible, a provider-specific type is used.
public object[] GetProviderSpecificValues()
'Declaration
Public Overloads Function GetProviderSpecificValues() As Object()
Return Value
An array of
System.Object with the column values.