OleDbDataReader.IsDBNull Method
.NET Framework 2.0
Gets a value that indicates whether the column contains nonexistent or missing values.
Namespace: System.Data.OleDb
Assembly: System.Data (in system.data.dll)
Assembly: System.Data (in system.data.dll)
public boolean IsDBNull ( int ordinal )
public override function IsDBNull ( ordinal : int ) : boolean
Parameters
- ordinal
The zero-based column ordinal.
Return Value
true if the specified column value is equivalent to DBNull; otherwise, false.Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.