摘要: public static string DataTableToSQL(DataTable dataTable, DataTableToSQLType tpye, string SQLWhere = null) { if (dataTable.TableName == "" || dataTable 阅读全文
posted @ 2022-05-11 17:47 龙丶谈笑风声 阅读(140) 评论(0) 推荐(0) 编辑
摘要: string maxTime = datatable.Compute("max(time)", "true").ToString(); string minTime = datatable.Compute("min(time)", "true").ToString(); 阅读全文
posted @ 2022-05-11 17:36 龙丶谈笑风声 阅读(944) 评论(0) 推荐(1) 编辑