C# - 获取动态对象的PropertyDescriptorCollection

时间:2016-05-13 17:13:44

标签: c# dynamic expandoobject propertyinfo

我想从ExpandoObject填充PropertyDescriptorCollection properties = TypeDescriptor.GetProperties(obj.GetType()); int propsCount = properties.Count; ,如下所示:

propsCount

但即使动态对象具有值,我总是在PropertyInfo中得到0。

如果知道我需要知道ExpandoObject中每个属性的SELECT --MAX('Percentagem (%)') 'Percentagem (%)' will be treated as a string. use [] to enclose the calculated column name MAX([Percentagem (%)]),MIN([Percentagem (%)]) FROM infofile ,我该如何解决这个问题。

谢谢。

0 个答案:

没有答案