Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

OracleDataReader::GetProviderSpecificValues Method (array<Object^>^)

 

Gets an array of objects that are a representation of the underlying provider specific values.

Namespace:   System.Data.OracleClient
Assembly:  System.Data.OracleClient (in System.Data.OracleClient.dll)

public:
virtual int GetProviderSpecificValues(
	array<Object^>^ values
) override

Parameters

values
Type: array<System::Object^>^

An array of Object.

Return Value

Type: System::Int32

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.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft