个人觉得轻简级的ORM既要支持强类型编码,又要有执行效率,还要通俗易懂给开发者友好提示,结合Expression可轻松定制自己所需要功能. Orm成品开源项目地址https://github.com/PlugNT/util6 表达式解析类: using System; using System.Collections; using System.Collections.Generic; using System.Data.Common; using System.Linq; using Syst…