Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定されたカラムの値が NULL かどうかをチェックします。
Public Overrides Function IsDBNull(ByVal colID As Integer) As Boolean
public override bool IsDBNull(int colID)
colID カラムの ID 番号。値は、[0,ULDataReader.FieldCount-1] の範囲内であることが必要です。カーソルの先頭カラムの ID 値は 0 です。
値が NULL の場合は true、NULL でない場合は false。
ULException クラス SQL エラーが発生しました。