OracleDataReader.GetProviderSpecificValue(Int32) Method

Definition

Gets an Object that is a representation of the underlying provider specific field type.

public:
 override System::Object ^ GetProviderSpecificValue(int i);
public override object GetProviderSpecificValue (int i);
override this.GetProviderSpecificValue : int -> obj
Public Overrides Function GetProviderSpecificValue (i As Integer) As Object

Parameters

i
Int32

An Int32.

Returns

Gets an Object that is a representation of the underlying provider specific field type.

Applies to