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