MySQL Connector/Net
MySqlDataReaderIsDBNull Method |
Gets a value indicating whether the column contains non-existent or missing values.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

public override bool IsDBNull( int i )
Public Overrides Function IsDBNull ( i As Integer ) As Boolean
public: virtual bool IsDBNull( int i ) override
abstract IsDBNull : i : int -> bool override IsDBNull : i : int -> bool
Parameters
- i
- Type: SystemInt32
Return Value
Type: BooleanImplements
IDataRecordIsDBNull(Int32)IDataRecordIsDBNull(Int32)
