Error!
Success!

LINQ to SQL Queries out of a Business Layer

0
kicks

LINQ to SQL Queries out of a Business Layer  (Unpublished)

Using LINQ to SQL for queries out of a business layer has some cool benefits in that core business layer queries returned from business objects can further refine query before the final query operates against the database. This allows the client to perform common formatting like picking which fields to retrieve, changing order or applying a final front end filter on the data. It also allows the client to choose best to represent the query results as an entity list or data reader/data table etc. This entry shows a few ways of how this has advantages and how a business object can greatly facilitate the data serving process.


Kicked By:
Drop Kicked By: