SqliteDataReader.GetChar(Int32) 方法

定义

获取指定列的 Char 形式的值。

public override char GetChar (int ordinal);
override this.GetChar : int -> char
Public Overrides Function GetChar (ordinal As Integer) As Char

参数

ordinal
Int32

从零开始的列序号。

返回

列的值。

适用于