首页 热点资讯 义务教育 高等教育 出国留学 考研考公

Invalid token '=' in class, struct, or interface member declaration...

发布网友 发布时间:2024-10-24 03:12

我来回答

1个回答

热心网友 时间:2024-11-19 00:30

newColumn.AutoIncrement=fasle;
这句不要了,默认的就是false

Line 59: DataColumn newColumn=new DataColumn();
Line 60:
Line 61: newColumn.ColumnName="[date]";
Line 62: newColumn.DataType=System.Type.GetType("System.String");
Line 63: newColumn.AutoIncrement=false;

改成下面的写法试试

DataColumn newColumn=new DataColumn("[date]", Type.GetType("System.String"));

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com