共用方式為


DbUpdatableDataRecord.GetChar(Int32) 方法

定義

將欄位值擷取成字元 (Char)。

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

參數

i
Int32

欄位的序數。

傳回

成為字元的欄位值。

實作

適用於