Hi
I am using Linq to read rows from one table and inserting them in another table. How can I read and insert (preserve) null values in number and date fields from the first table to the second table?
I have used Entity Developer to create the .dbml file and my classes.
- Thorgeir