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::GetProviderSpecificFieldType Method (Int32)

 

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

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

public:
virtual Type^ GetProviderSpecificFieldType(
	int i
) override

Parameters

i
Type: System::Int32

An Int32.

Return Value

Type: System::Type^

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

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