Show / Hide Table of Contents

Method GetChar

| Improve this Doc View Source

GetChar(Int32)

Retrieves the value of the specified column as nullable System.Char.

Declaration
public override char? GetChar(int ordinal)
Parameters
Type Name Description
System.Int32 ordinal

The zero based column ordinal.

Returns
Type Description
System.Nullable<System.Char>

The value of the specified column.

Overrides
DbReader.GetChar(Int32)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest