Asp.net – Questions about Expression<Func<ExpandoObject, object>> in C#
known conditions: public class ListSearchImportFieldModel { public string Field_Name { get; set; } } I need to implement the following method Return properties of ListSearchImportFieldModel as properties of ExpandoObject function as follows: The incoming object (ExpandoObject) may have 100 attributes,…