You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dommel v2 will support logging queries. For example:
// Provide a callback to capture logsvarlogs=newList<string>();
DommelMapper.LogReceived +=log => logs.Add(log);varid=await con.InsertAsync(dto, transaction);// Optionally remove the callback when done
DommelMapper.LogReceived =null;
I would like to get the query built?
The text was updated successfully, but these errors were encountered: