我从xml文件中读取了想要在网格上显示的列的名称,只对这些列运行查询并构造了一个对象。我不知道类的名称或它们的属性(我从xml文件中读取它们),所以我不能声明它们。public class LabelValueTypeGroup public string Label { get; set; } public string Value { get; set; }这是一列。4L
在wpf中显示这个表。Dictionary<string, string> fieldtype_id { get; set; }然后,使用我以前创建的方法填充表//## dboperation.dtQueries is my method to populate data, and return as DataTable
Dictiona