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