111,098
社区成员




DataTable TABA = new DataTable();
ModelHandler<string> aa = new ModelHandler<string>();
TABA = aa.FillDataTable(kk);
报错:
错误 11 类型“string”必须具有公共的无参数构造函数,才能用作泛型类型或方法“WinFormBMQ.ModelHandler<T>”中的参数“T”
错误 14 与“WinFormBMQ.ModelHandler<string>.FillDataTable(System.Collections.Generic.List<string>)”最匹配的重载方法具有一些无效参数
错误 15 参数“1”: 无法从“WinFormBMQ.sap_ref.ZSIF_094_AAA[]”转换为“System.Collections.Generic.List<string>”