Retrieving SQL Type Image Using LINQ

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

Published Tue, May 27 2008 22:23 by Jason N. Gaylord's Blog
Powered by Community Server (Commercial Edition), by Telligent Systems