过滤器生成器

Feartures :

1. 编译字符串过滤,“name = @name and (age > @age and type = @type)”,生产过滤条件参数或者过滤方法
2. 参数过滤,以参数的方式全部构建"="的方式构建查询方法
3. 方法过滤
4. 忽略null的条件
5. 自定义扩展过滤操作符
6. 条件&参数合并

Update Note:

+ 2014.7 :Created

This module provides the following classes:

Top