Skip to content
taisandog edited this page Mar 14, 2015 · 2 revisions

2013-12-13:

添加缓存查询功能,支持memcached和Redis

2012-1-27:

添加更新/插入时候强制使用BQL值的功能

ValueSetList lstValue = new ValueSetList(); lstValue.Add(MyClass.ManEmployee.Name, MyClass.ManEmployee.Name + MyClass.ManEmployee.IDCard); lstValue.Add(MyClass.ManEmployee.LastUpdate, BQL.NowDate()); emp.Remark = "23333"; bo.Update(emp, new ScopeList(), lstValue);

输出

update [manEmployee] set [remark]=@P0,[name]=([manEmployee].[name]+[manEmployee].[IDCard]), [lastUpdate]=getdate() where 1=1 and [id]=@P1,@P0='23333' , @P1=2,

本项目的插件使用视频下载: [http://code.google.com/p/buffalobro/wiki/readmepage 下载目录]

本项目的Oracle的支持库等大文件请到这里下载 [https://code.google.com/p/buffaloresource/source/checkout BuffaloResource]

Clone this wiki locally