# Sunday, October 26, 2008

LINQ to SQL does not support UDT's

I just discovered that the LINQ to SQL Designer does not support User Defined Types.

The following message appears when I try and add a table from my database to my design surface. The Customer table in question has a UDT named 'Point' to specify the GPS location of the business.

image

#    Comments [0] |