🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# QQLite.Framework.Dapper.SQL.SqlQuery类 ## 注释 ~~~ 组装查询 ~~~ ## 语法 ~~~ public class SqlQuery<T> : SqlQuery where T : class ~~~ ## 方法 | | 名称 | 说明 | | --- | --- | --- | | | [Builder](https://www.kancloud.cn/gxser1986/cqrobot/3015763) | 创建 | | | [SetExcProperties](https://www.kancloud.cn/gxser1986/cqrobot/3015764) | 设置不执行的属性列 | | | [OrderBy](https://www.kancloud.cn/gxser1986/cqrobot/3015765) | 创建排序 | | | [Top](https://www.kancloud.cn/gxser1986/cqrobot/3015766) | TOP | | | [LeftInclude](https://www.kancloud.cn/gxser1986/cqrobot/3015767) | 左括号( | | | [RightInclude](https://www.kancloud.cn/gxser1986/cqrobot/3015768) | 右括号) | | | [AndWhere](https://www.kancloud.cn/gxser1986/cqrobot/3015769) | AND方式连接一条查询条件 | | | [OrWhere](https://www.kancloud.cn/gxser1986/cqrobot/3015770) | Or方式连接一条查询条件 |