![]()
true if the specified column value is equivalent to DBNull; otherwise false.
Call this method to check for null column values before calling the typed get methods (for example, SqlDataReader.GetByte(int), SqlDataReader.GetChar(int), and so on) to avoid raising an error.
code reference: SqlDataReader_IsDbNull#1