IQueryable<T> ToEntityCollection<T> Extension method

Posts   
 
    
Seth avatar
Seth
User
Posts: 204
Joined: 25-Mar-2006
# Posted on: 13-Jun-2008 22:07:02   

I was wondering if there is an IQueryable<T> ToEntityCollection<T> Extension method. When I do a Linq query, I would like to have the ability to return an EntityCollection<T> or an EntityCollection with the appropriate FactoryToUse. Is this possible?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39872
Joined: 17-Aug-2003
# Posted on: 13-Jun-2008 22:56:37   
Frans Bouma | Lead developer LLBLGen Pro
Seth avatar
Seth
User
Posts: 204
Joined: 25-Mar-2006
# Posted on: 13-Jun-2008 23:34:57   

That was easy flushed I'm diggin' the online docs! What did you generate them with?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39872
Joined: 17-Aug-2003
# Posted on: 14-Jun-2008 12:48:27   

Seth wrote:

That was easy flushed I'm diggin' the online docs! What did you generate them with?

FAR 4.3.1. : http://www.helpware.net/FAR/index.html simple_smile

It's a very inexpensive toolkit but it helps a lot when creating help documents with editors like dreamweaver and the like, as you can control the TOC etc. yourself, and it has a buildin way to generate online help like this simple_smile

Frans Bouma | Lead developer LLBLGen Pro