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