'宣言 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.