Set Linq To Sql Binary field to null
- by Karsten
Trying to set a Binary field to null gives me an ArgumentNull exception.
I can set the field to be empty like this new Binary(new byte[] {}); but that's not null just an empty column. Is there a workaround using LinqToSql ?