views:

17

answers:

0

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 :(