指定されたカラムの値を System.UInt64 として返します。
Visual Basic Public Function GetUInt64( _ ByVal columnID As Integer _ ) As UInt64
C# public ulong GetUInt64( int columnID );
columnID カラムの ID 番号。値は、[0,ULDataReader.FieldCount-1] の範囲内であることが必要です。カーソルの先頭カラムの ID 値は 0 です。
System.UInt64 として返されるカラム値。
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |