DbDataRecord::Item Property (Int32)

 

Indicates the value at the specified column in its native format given the column ordinal. This property is read-only.

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

public:
property Object^ default[
	int i
] {
	virtual Object^ get(int i) abstract;
}

Parameters

i
Type: System::Int32

The column ordinal.

Property Value

Type: System::Object^

The value at the specified column in its native format.

.NET Framework
Available since 1.1
Return to top
Show: