LINQ To Sql - Getting a Command Object from a Query(west-wind.com)
submitted by
rstrahl(7226) 4 years, 9 months ago
LINQ to SQL is all about returning object from database queries, but sometimes it's actually useful to use good old DataReaders or DataTables - especially in ASP.NET applications that use DataBinding. Entities are objects and databinding requires Reflection which is very slow, compared to a DataReader. Luckily LINQ to SQL provides the abillity to retrieve a Sql Command object that can be used to return an alternate result set. read more...
|category: Database
|Views: 13
tags:
another
Everyones tags:
No tags
Your Tags: