Query Entity Framework 4

Posted by nick on Stack Overflow See other posts from Stack Overflow or by nick
Published on 2010-06-14T21:08:39Z Indexed on 2010/06/14 21:12 UTC
Read the original article Hit count: 175

Filed under:

Hi,

Is it possible to run a query on an EF4.0 data context and get all objects of a certain type?

Say the context has books, genres & authors but I only have a generic parameter, t. Is it possible to get all of type just by using this t?

I don't think it is :(

© Stack Overflow or respective owner

Related posts about entity-framework-4