用AI赚第一桶💰低成本搭建一套AI赚钱工具,源码可二开。 广告
# 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方式连接一条查询条件 |