Create C# classes based of MySQL table

后端 未结 10 1187
感情败类
感情败类 2021-02-02 00:44

Is there anything built into .Net or visual studio that will allow my to create classes based off of a MySql table. I guess I am talking about persistence. I just want the class

10条回答
  •  孤城傲影
    2021-02-02 01:41

    NHibernate can connect to MySQL and is Free:

    http://community.jboss.org/wiki/DatabasesSupportedByNHibernate

提交回复
热议问题