摘要: select b.definition fromsysobjects a left join sys.sql_modules b on a.id=b.object_idwhere a.xtype='V' and a.Name='视图名称' 阅读全文
posted @ 2012-05-08 23:13 逍遥子k 阅读(571) 评论(0) 推荐(0) 编辑
摘要: 修改Cell的Value后,并不能即时的更改数据源,需要离开焦点。解决方法是,绑定一个RepositoryItem到Columns,调用这个Item的EditValueChanged事件代码如下 RepositoryItemTextEdit countTxt = new Repositor... 阅读全文
posted @ 2012-05-08 18:37 逍遥子k 阅读(2349) 评论(0) 推荐(0) 编辑