ThinkSSL🔒 一键申购 5分钟快速签发 30天无理由退款 购买更放心 广告
# 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) | 不等于 |