In your example you use TimeSpan, SQL server 2005 does not support this type, when I try and map it to a double I get invalid date exceptions when I try and save the dataset to the database, what try or work around do you recommend.
Hello jjuk64,
You should be able to map the TimeSpan property to a NVARCHAR column.