search results

  1. I am using Entity Framework 5 code first. I have the following query that returns 2 different objects: var query = (from s in DatabaseContext.Servers join c ...
    stackoverflow.com/questions/15270034/​how-to-retrieve... - Cached
  2. How do you transfer the execution of a Expression created by an IQueryable object to a IEnumerable? 9. ... How to retrieve different object types from IQueryable.
    stackoverflow.com/questions/2204780/how-​to-retrieve... - Cached
  3. • Create a generic type that ... so if you need to get different ... since the code generation is meant to retrieve the data from the ...
    aabs.wordpress.com/2006/11/18/how-linq-​works-iqueryable - Cached
  4. ... there exist query APIs and object models to ... instead having to type out SQL ... all the different expression tree nodes ...
    blogs.msdn.com/.../07/10/how-to-​implement-iqueryable.aspx - Cached
  5. Provides functionality to evaluate queries against a specific data source wherein the type of ... Converts the elements of an IQueryable to the specified type ...
    msdn.microsoft.com/en-us/library/​bb351562 - Cached
    More results from msdn.microsoft.com »
  6. ... author N. Satheesh Kumar shows us how to query different objects using LINQ ... types that retri eve ... generic IQueryable<T>, are called queryable types.
    www.codedigest.com/Articles/CSHARP/218_​LINQ_to_Objects... - Cached
  7. Your computer might show different names or locations ... When the GetEnumerator method is called on an object of type ... By changing its type to IQueryable, ...
    msdn.microsoft.com/en-us/library/​vstudio/bb546158 - Cached
  8. You can\'t unit test a property of type IQueryable because you couldn\'t ... code against that IQueryable interface in order to retrieve the ... an entity object, ...
    codetunnel.com/blog/post/should-you-​return-iqueryablet... - Cached
  9. LINQ to Objects | Packt Publishing

    ... author N. Satheesh Kumar shows us how to query different objects using LINQ ... types that retrieve ... generic IQueryable<T>, are called queryable types.
    www.packtpub.com/article/linq-to-​objects - Cached
  10. LINQ to SQL is an extension of LINQ that allows developers to write \"queries\" in .NET to retrieve and ... type system . This provides ... against an IQueryable ...
    www.beansoftware.com/ASP.NET-Tutorials/​Dynamic-LINQ.aspx - Cached