Welcome to Sol 3 Sign in | Join | Help

ASPInsiders

Aggregation of ASPInsiders and Microsoft ASP.NET team member blogs.
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...
Posted: Tuesday, May 27, 2008 11:23 PM by Jason N. Gaylord's Blog

Comments

No Comments

Anonymous comments are disabled