思路话语

。Arlen:思想有多远你就能走多远...

2006年8月14日 #

ActiveRecord做多表查询得出的结果怎么处理?

摘要: 1.先在Domain中建一个实体类,如Mappublic class Map { private string _mapCreator; private int _mapRecords; public string MapCreator { get{return _mapCreator;} set{_mapCreator=value;} } public int Map... 阅读全文

posted @ 2006-08-14 11:38 Arlen 阅读(656) 评论(0) 推荐(0) 编辑

导航