SqlCeDataReader.IsDBNull Method
Visual Studio 2010
Gets a value indicating whether the column contains nonexistent or missing values.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
[SecurityCriticalAttribute] [SecurityTreatAsSafeAttribute] public override bool IsDBNull( int ordinal )
Parameters
- ordinal
- Type: System.Int32
The zero-based column ordinal.
Return Value
Type: System.Booleantrue if the specified column value is equivalent to DBNull; otherwise, false.