OracleDataReader.GetProviderSpecificValues Method
Assembly: System.Data.OracleClient (in system.data.oracleclient.dll)
public int GetProviderSpecificValues ( Object[] values )
public override function GetProviderSpecificValues ( values : Object[] ) : int
Parameters
- values
An array of Object.
Return Value
The number of instances of Object in the array.For most applications, the GetProviderSpecificValues method provides an efficient means for retrieving all columns, rather than retrieving each column individually.
You can pass an Object array that contains fewer than the number of columns contained in the resulting row. Only the amount of data the Object array holds is copied to the array. You can also pass an Object array whose length is more than the number of columns contained in the resulting row.
This method returns DBNull for null database columns.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.