DataConnector
IsDBNull メソッド (C1DataReader)

C1.AdoNet.ServiceNow アセンブリ > C1.DataConnector.AdoNet 名前空間 > C1DataReader クラス : IsDBNull メソッド
The zero-based column ordinal.
Gets a value that indicates whether the column contains nonexistent or missing values.
シンタックス
'宣言
 
Public Overrides Function IsDBNull( _
   ByVal ordinal As System.Integer _
) As System.Boolean
public override System.bool IsDBNull( 
   System.int ordinal
)

パラメータ

ordinal
The zero-based column ordinal.

戻り値の型

true if the specified column is equivalent to System.DBNull; otherwise false.
参照

C1DataReader クラス
C1DataReader メンバ