DbDataRecord::GetValue Method (Int32)

 

Returns the value at the specified column in its native format.

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

public:
virtual Object^ GetValue(
	int i
) abstract

Parameters

i
Type: System::Int32

The column ordinal.

Return Value

Type: System::Object^

The value to return.

.NET Framework
Available since 1.1
Return to top
Show: