111,119
社区成员
发帖
与我相关
我的任务
分享
string SensorByGroupsql15 = "SELECT PointID From AreaGroup where PointType ='" + "Sensor" + "' AND GroupID = '" + 15 + "'";
myDatabase.ReturnsensorCountByGroup(connnectionString, SensorByGroupsql15, ref _GP15SensorCount);