ThinkSSL🔒 一键申购 5分钟快速签发 30天无理由退款 购买更放心 广告
# QQLite.Framework.Dapper.DbBase 类 ## 语法 ~~~ public class DbBase : IDisposable ~~~ ## 构造函数 | | 名称 | 说明 | | --- | --- | --- | | | [DbBase](https://www.kancloud.cn/gxser1986/cqrobot/3015709) | | | | [DbBase](https://www.kancloud.cn/gxser1986/cqrobot/3015710) | | ## 属性 | | 名称 | 说明 | | --- | --- | --- | | | [ParamPrefix](https://www.kancloud.cn/gxser1986/cqrobot/3015712) | ParamPrefix | | | [ProviderName](https://www.kancloud.cn/gxser1986/cqrobot/3015713) | ProviderName | | | [DbType](https://www.kancloud.cn/gxser1986/cqrobot/3015714) | 数据库类型 | | | [RobotQQ](https://www.kancloud.cn/gxser1986/cqrobot/3015715) | 机器人号码 | | | [Conn](https://www.kancloud.cn/gxser1986/cqrobot/3015716) | 数据连接 | | | [Tran](https://www.kancloud.cn/gxser1986/cqrobot/3015717) | 事务对象 | ## 方法 | | 名称 | 说明 | | --- | --- | --- | | | [BeginTransation](https://www.kancloud.cn/gxser1986/cqrobot/3015719) | 事务开始 | | | [Dispose](https://www.kancloud.cn/gxser1986/cqrobot/3015720) | | | | [EndTransaction](https://www.kancloud.cn/gxser1986/cqrobot/3015721) | 事务结束 | | | [RollBack](https://www.kancloud.cn/gxser1986/cqrobot/3015722) | 事务回滚 | ## 字段 | | 名称 | 说明 | | --- | --- | --- | | | [LockDb](https://www.kancloud.cn/gxser1986/cqrobot/3015724) | 数据库锁 |