AmoDataReader.GetTimeSpan(Int32) 方法

定义

作为 TimeSpan 对象获取指定列的值。

public TimeSpan GetTimeSpan (int ordinal);
member this.GetTimeSpan : int -> TimeSpan
Public Function GetTimeSpan (ordinal As Integer) As TimeSpan

参数

ordinal
Int32

从零开始的列序号。

返回

指定列的值。

适用于