Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定されたカラムの値を、Int64 を使用して設定します。
Public Sub SetInt64(ByVal colID As Integer, ByVal val As Long)
public void SetInt64(int colID, long val)
colID カラムの ID 番号。値は、[0,ULDataReader.FieldCount-1] の範囲内であることが必要です。カーソルの先頭カラムの ID 値は 0 です。
val カラムの新しい値。
ULException クラス SQL エラーが発生しました。
ローのデータは、ULTable.Insert または Update メソッドが実行されるまで実際には変更されません。また、その変更は、コミットされないかぎり、永続化されません。