Create SQL Server table programmatically

前端 未结 2 860
青春惊慌失措
青春惊慌失措 2020-12-21 04:37

I need to programmatically create a SQL Server 2008 table in C# such that the columns of the table should be generated from a list of columns (each column name is the name o

2条回答
  •  遥遥无期
    2020-12-21 05:03

    Are you looking to implement something like an Entity–attribute–value model?

    http://en.wikipedia.org/wiki/Entity%E2%80%93attribute%E2%80%93value_model

提交回复
热议问题