Share via


DbUpdatableDataRecord.GetChar(Int32) 方法

定義

將欄位值擷取成 char

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

參數

ordinal
Int32

欄位的序數。

傳回

成為 char 的欄位值。

實作

適用於