摘要: https://blog.csdn.net/alisa525/article/details/7350471 dataGridView1.ReadOnly = true ; //禁用编辑功能 方法一:通过手动添加Datatable,再绑定dataGridView DataTable dt = new 阅读全文
posted @ 2019-11-15 16:48 LuoCore 阅读(10879) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/zhchsh/p/9087292.html--drop procedure zcstest; create procedure zcstest ( @tableName varchar(max), @dataCount int output ) as 阅读全文
posted @ 2019-11-15 09:36 LuoCore 阅读(926) 评论(0) 推荐(1) 编辑