Bearbeiten

SqlDataReader.GetProviderSpecificValue(Int32) Method

Definition

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

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 representing the column ordinal.

Returns

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

Applies to

See also