how i can generate programmatically “insert into” data script file from a database table?

前端 未结 3 513
醉话见心
醉话见心 2021-01-27 08:03

is there an elegant object-orient based framework?

3条回答
  •  终归单人心
    2021-01-27 08:25

    It sounds like you want an ORM, or do you actually want the insert text rather than inserting?

    You should give Linq To SQL a look.

提交回复
热议问题