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