hyukchan
01/26/2019, 8:41 PMrobstoll
01/26/2019, 8:43 PMPavlo Liapota
01/26/2019, 8:47 PMColumn<DateTime>
and not Column<DateTime?>
, so I guess it does not accept nullable values.hyukchan
01/26/2019, 8:48 PMgcx11
01/26/2019, 8:49 PMrobstoll
01/26/2019, 8:50 PMColumn<DateTime?>
you need to make your column nullable. I am sure this is somehow possible.hyukchan
01/26/2019, 8:50 PMgcx11
01/26/2019, 9:20 PM