Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定されたカラムの値を、ミリ秒の精度の System.TimeSpan として返します。
Public Function GetTimeSpan(ByVal colID As Integer) As TimeSpan
public TimeSpan GetTimeSpan(int colID)
colID カラムの ID 番号。値は、[0,ULDataReader.FieldCount-1] の範囲内であることが必要です。カーソルの先頭カラムの ID 値は 0 です。
System.TimeSpan として返されるカラム値。
ULException クラス SQL エラーが発生しました。