G 
		
								
				
				
			
		Guest
I have read in numerous places that developers should avoid the IsDBNull function of the DataReader object for performance reasons.  Instead one should use an expression like "DataReader[ordinal]==System.DBNull.Value" to test for Null.
Does anyone know of similar performance issues with the DataRow.IsNull function? I hope to do some performance testing this weekend. I will post my results back here.
				
			Does anyone know of similar performance issues with the DataRow.IsNull function? I hope to do some performance testing this weekend. I will post my results back here.
 
	