Gets a value indicating whether the column contains non-existent or missing values.
            
            
            
            
            
            
            
            'Declaration
 
Public Overloads Overrides Function IsDBNull( _
   ByVal  As Integer _
) As Boolean
             
        
            
            public override bool IsDBNull( 
   int 
)
             
        
             
        
            Parameters
- ordinal
- The zero-based column ordinal.
Return Value
true if the specified column value is equivalent to 
System.DBNull; otherwise, 
false.