随笔分类 - Castle之ActiveRecord学习
学习之
摘要:the one is Blog: BlogCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1using System; 2using System.Collections; 3 4using Castle.ActiveRecord; 5using C...
阅读全文
摘要:配置文件: 实体类:using System;using Castle.ActiveRecord;using NHibernate.Expression; namespace CastleLearning.OneTable{ [ActiveRecord("[User]")] public class User : ActiveRecordBase { ...
阅读全文
摘要:An object that wraps a row in a database table or view, encapsulates the database access, and adds domain logic on that data. 一个对象封闭了数据和操作。...
阅读全文

浙公网安备 33010602011771号