SqlDataReader.GetProviderSpecificFieldType(Int32) Method

Definition

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

public:
 override Type ^ GetProviderSpecificFieldType(int i);
public override Type GetProviderSpecificFieldType (int i);
override this.GetProviderSpecificFieldType : int -> Type
Public Overrides Function GetProviderSpecificFieldType (i As Integer) As Type

Parameters

i
Int32

An Int32 representing the column ordinal.

Returns

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

Applies to

See also