Shunde.NET Framework Class Library

DBUtils.getIntValueMayBeNull Method 

Gets an int Value from the given SqlDataReader, where the int Value may be null

public static int getIntValueMayBeNull(
   SqlDataReader sdr,
   String columnName
);

See Also

DBUtils Class | Shunde.Utilities Namespace