使用LinqToSql加载动态column
需求 最近有个小的探索类需求:如何支持在数据库中动态的添加一列? 例如我们有一个type News news public class News
{
public int Id { get; set; }
public string Title { get; set; }
public string Detail { get; s
http://www.cyqdata.cn/cnblogs/article-detail-4499