Edit

Share via


SqlDataReader.GetProviderSpecificValue(Int32) Method

Definition

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

C#
public override object GetProviderSpecificValue(int i);

Parameters

i
Int32

An Int32 representing the column ordinal.

Returns

An Object that is a representation of the underlying provider specific value.

Applies to

See also