Skip to main content

Home/ 中国程序员/ Group items tagged xpo

Rss Feed Group items tagged

飞 浪

[总结] XPO (eXpress Persistent Objects) 学习总结二 - 0 views

shared by 飞 浪 on 31 Aug 07 - Cached
  • 7.直接通过传SQL语句获得对象集合的方法!   Dim command As IDbCommand        Dim reader As IDataReader        command = DevExpress.Xpo.Session.DefaultSession.ConnectionProvider.CreateCommand()        command.CommandText = "Select * from VS_Service where F0302=2"         reader = command.ExecuteReader()
飞 浪

XPO 学习一 - 0 views

shared by 飞 浪 on 31 Aug 07 - Cached
1 - 8 of 8
Showing 20 items per page