CurrentValueRecord.GetInt16(Int32) 方法

定义

检索 Int16 形式的字段值。Retrieves the field value as an Int16.

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

字段的序号。The ordinal of the field.

返回

Int16

Int16 形式的字段值。The field value as an Int16.

实现

适用于