sql - Entity Framework and changing table schema/structure -


i wondering if knows if following somehow possible using ef or other orm.

we have number of tables in database. 1 "person"

id name phone email 

this same databases , not change, it's our base table speak :)

now 1 database might have table called "person", it's same column phone.

id name phone email phone 

is there way have phone column available in entity dictionary<string,object>? looking basic select queries support this. won't need separate model databases.

or not possible? :)

-- christian

linq sql or linq entities designed work on static table schema, i'm afraid you'll have use ado.net want, or go schema (fk other tables containing key values pairs exemple)


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -