Tagged Questions
1
vote
1answer
641 views
Linq to SQL: Varbinary(Max) incremental reads
In SQLServer 2008 stored procedures, SUBSTRING can be used to return only part of a varbinary(MAX) column at a time from a query.
Is a similar feature available when using LINQ To SQL via C# directly ...