SqlDataReader::GetChar Method (Int32)

 

Gets the value of the specified column as a single character.

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

public:
virtual wchar_t GetChar(
	int i
) override

Parameters

i
Type: System::Int32

The zero-based column ordinal.

Return Value

Type: System::Char

The value of the specified column.

Exception Condition
InvalidCastException

The specified cast is not valid.

Not supported for System.Data.SqlClient.

.NET Framework
Available since 1.1
Return to top
Show: