DbUpdatableDataRecord.GetChar(Int32) 方法

定义

检索字符形式的字段值。

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

参数

i
Int32

字段的序号。

返回

字符形式的字段值。

实现

适用于