DbDataRecord::GetChar Method (Int32)

 

Returns the value of the specified column as a character.

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

public:
virtual wchar_t GetChar(
	int i
) abstract

Parameters

i
Type: System::Int32

The column ordinal.

Return Value

Type: System::Char

The value of the specified column.

No conversions are performed; therefore the data retrieved must already be a character.

.NET Framework
Available since 1.1
Return to top
Show: