CurrentValueRecord.GetInt64(Int32) 方法

定义

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

public:
 override long GetInt64(int ordinal);
public override long GetInt64 (int ordinal);
override this.GetInt64 : int -> int64
Public Overrides Function GetInt64 (ordinal As Integer) As Long

参数

ordinal
Int32

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

返回

Int64

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

实现

适用于