mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-08-04 21:02:26 +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