mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 12:28:15 +08:00
v0.1.3
This commit is contained in:
@ -25,6 +25,10 @@ namespace FreeSql {
|
||||
/// 监视数据库命令对象(执行后,用于监视执行性能)
|
||||
/// </summary>
|
||||
Action<DbCommand, string> AopCommandExecuted { get; set; }
|
||||
/// <summary>
|
||||
/// 数据库类型
|
||||
/// </summary>
|
||||
DataType DataType { get; }
|
||||
|
||||
#region 事务
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user