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);
override this.GetProviderSpecificFieldType : int -> Type
Public Overrides Function GetProviderSpecificFieldType (i As Integer) As Type

Parameters

i
Int32

An Int32 representing the column ordinal.

Returns

Type

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

Applies to