LINQ views the Image type in SQL Server as Binary. So, there are a few options that we have. We can either (a) modify our LINQ to SQL class and change the property to Byte() instead of Binary or we can (b) convert the Binary to an array. To do the latter
Read More...
Read the complete post at http://feeds.feedburner.com/~r/JasonNGaylord/~3/299545888/retrieving-sql-type-image-using-linq.aspx