Is there an ORM with APIs to be used programatically?
        Posted  
        
            by Kabeer
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Kabeer
        
        
        
        Published on 2010-05-31T06:28:20Z
        Indexed on 
            2010/05/31
            6:32 UTC
        
        
        Read the original article
        Hit count: 223
        
entity-framework
|orm
|object-relational-mapping
|entity-framework-4
|object-relational-model
Hello. Neither did not get any response for my previous question, nor enough views :)
So here I am now framing my query afresh.
Is there any ORM that offers APIs to be used programatically?
In my situation, a user will be helped through a wizard to define some entities. Thereafter those entites will be created in a database in form of tables (there will of course be some improvization).
I need an ORM that offers APIs for modeling and creating entities during application runtime and not just during design time.
Mine is a .Net application, therefore I was looking at Entity Framework. However, to me it looked tied to Visual Studio (I may be wrong also as I am new to it).
Any recommendations? Or alternative point of view?
© Stack Overflow or respective owner