MySqlDataReader.IsDBNull Method

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
Syntax
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: Boolean

Implements

IDataRecordIsDBNull(Int32)
IDataRecordIsDBNull(Int32)
See Also