摘要: 如下面的代码所示:<toolkit:DataForm Name="dataForm部门" CurrentItem="{Binding 部门Obj}" CommandButtonsVisibility="Commit" AutoCommit="False" KeyDown="dataForm部门_KeyDown" CommitButtonContent="保存" CancelButtonContent="取消" HorizontalAlignment= 阅读全文
posted @ 2012-08-13 20:44 Ken-Cai 阅读(378) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/6666/archive/2009/09/25/1574142.html#2434448 阅读全文
posted @ 2012-08-13 17:41 Ken-Cai 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 字段要用 nvarchar.字符可以在附件的符号映射表中复制. 阅读全文
posted @ 2012-08-13 17:37 Ken-Cai 阅读(828) 评论(0) 推荐(0) 编辑
摘要: 1. 用ComplexObject. class CompanyComplexInfo : ComplexObject{ List<Department> DepList {set; get;} List<Employee> EmpList{set; get;}}好像 ComplexObject 不支持 List, 自动生成代码中没有 DepList 属性 和 EmpList 属性.2. 用 shared.cs客户端是有了这2个属性了, 但是值总是 null.3.说明网上有一些是通过修改 edxm的文件, 但是这种做法应该是Code-First吧? 阅读全文
posted @ 2012-08-13 17:35 Ken-Cai 阅读(6194) 评论(0) 推荐(0) 编辑