DbDataRecord::GetName Method (Int32)

 

Returns the name of the specified column.

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

public:
virtual String^ GetName(
	int i
) abstract

Parameters

i
Type: System::Int32

The column ordinal.

Return Value

Type: System::String^

The name of the specified column.

.NET Framework
Available since 1.1
Return to top
Show: