Related resources for DLINQ QUERY
  • How to convert a simple DLINQ Query to a data set object12/7/2011 5:35:47 AM. In this article I will represent a trick of how to convert a given DLINQ query to a data set object in order to make use of it as a data source for several controls such as grid view, data grid view and so forth.
  • Use CompiledQuery.Compile method to build parameterized DLINQ queries8/29/2008 8:09:10 AM. In this article, I will make use of the CompiledQuery.Compile generated method which receives a Lambda expression as parameter, and then it generates a delegate that returns a generic IQueryable object that one can enumerate it through a foreach loop.