is it possible to load EF metadata at runtime?

Posted by chester89 on Stack Overflow See other posts from Stack Overflow or by chester89
Published on 2010-06-02T08:39:42Z Indexed on 2010/06/02 8:44 UTC
Read the original article Hit count: 344

I want to load EF metadata from database at runtime. Is that scenario possible? First get the data from database, then write it to .ssdl, .msl and .csdl files sounds ok. But how to tell EF to use what I've loaded? Do I need to compile it or something like that?

© Stack Overflow or respective owner

Related posts about entity-framework

Related posts about runtime