Query Entity Framework 4 -


Is it possible to run a query on EF 4.0 data reference and get all objects of a certain type?

Say in reference books, styles & amp; Writers but I only have one common parameter, is it possible to get all kinds of it using only this T?

I do not think this is: (

  var x = In context from z, select CreateObjectSet  

Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -