摘要:
Msdn论坛:http://social.msdn.microsoft.com/Forums/zh-CN/vblanguage/thread/39519dab-bf7f-4050-8eba-fede0d46869e 以下是一网友的文章:The SqlParameter is already contained by another SqlParameterCollection. 以下是从国外网站找... 阅读全文
摘要:
断点到popupContainerEdit_QueryDisplayText(object sender, QueryDisplayTextEventArgs e),一直循环。以为是bug。 查官网知道了原因。 http://www.devexpress.com/Support/Center/p/B196390.aspx This event is raised when an editor is... 阅读全文
摘要:
官方说明: Property value Type: Boolean true if the columns are created automatically when the View doesn't contain any columns; otherwise, false. The default is true. 只能在没有任何行的时候才能自动添加! 我手动增加了一列,其它的全部想自动添... 阅读全文
摘要:
SELECT表名=case when a.colorder=1 then d.name else '' end,表说明=case when a.colorder=1 then isnull(f.value,'') else '' end,字段序号=a.colorder,字段名=a.name,标识=case when COLUMNPROPERTY( a.id,a.name,'IsIdentity')... 阅读全文