SqlDateTime overflow when selecting null column
description
I have a table with nullable DateTime column. When I use IRepository.Get I get a SqlDateTime overflow exception whenever I select a record with null value in the DateTime field.
SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM.