EntityDataReader.GetInt16(Int32) 方法

定义

获取指定列的 16 位有符号整数形式的值。

public:
 override short GetInt16(int ordinal);
public override short GetInt16 (int ordinal);
override this.GetInt16 : int -> int16
Public Overrides Function GetInt16 (ordinal As Integer) As Short

参数

ordinal
Int32

从零开始的列序号。

返回

指定列的值。

实现

适用于