mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 04:18:16 +08:00
@ -323,6 +323,8 @@ namespace FreeSql.Internal.CommonProvider {
|
||||
isclose = true;
|
||||
}
|
||||
cmd.Connection = connection;
|
||||
if (transaction.Connection == connection)
|
||||
cmd.Transaction = transaction;
|
||||
}
|
||||
|
||||
if (IsTracePerformance) dt = DateTime.Now;
|
||||
|
Reference in New Issue
Block a user