多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# QQLite.Framework.Dapper.SQL.OperationMethod 枚举 ## 注释 ~~~ SQL操作符 ~~~ ## 语法 ~~~ public enum OperationMethod ~~~ ## 字段 | | 名称 | 说明 | | --- | --- | --- | | | [Equal](https://www.kancloud.cn/gxser1986/cqrobot/3015773) | 等于 | | | [Less](https://www.kancloud.cn/gxser1986/cqrobot/3015774) | 小于 | | | [Greater](https://www.kancloud.cn/gxser1986/cqrobot/3015775) | 大于 | | | [LessOrEqual](https://www.kancloud.cn/gxser1986/cqrobot/3015776) | 小于等于 | | | [GreaterOrEqual](https://www.kancloud.cn/gxser1986/cqrobot/3015777) | 大于等于 | | | [Contains](https://www.kancloud.cn/gxser1986/cqrobot/3015778) | 包含%-% | | | [StartsWith](https://www.kancloud.cn/gxser1986/cqrobot/3015779) | 开始包含-% | | | [EndsWith](https://www.kancloud.cn/gxser1986/cqrobot/3015780) | 结束包含%- | | | [In](https://www.kancloud.cn/gxser1986/cqrobot/3015781) | IN | | | [NotEqual](https://www.kancloud.cn/gxser1986/cqrobot/3015782) | 不等于 |