摘要:
XPO Classes ComparisoneXpress Persistent Objects>Feature Center>Data Representation>XPObject> XPO Classes ComparisonThere are four classes from which you can derive your persistent objects... 阅读全文
摘要:
这几天尝试了一下微软的虚拟系统Hyper-V R2,记录一下安装和配置的过程。Hyper-V作为一个组件被包含在Windows Server 2008 R2中,所以最简单的安装Hyper-V的方法就是在已经安装好的Windows Server 2008 R2里添加一个Hyper-V的角色,跟随向导下一步到底就行了。这样2008就成为了Hyper-V的宿主系统,可以在该主机上安装和运行虚拟机了。同时... 阅读全文
摘要:
XPO使用了标准的System.Diagnostics的Trace Log机制,只需要在config文件中加入如下代码,即可在Debug时在输出窗口看到XPO生成的SQL语句。ConfigCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<?xml... 阅读全文
摘要:
方便以后直接调用。XpoInitializer.csCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Configuration;usingSystem.Reflection;usingDevExpress... 阅读全文