Example #1
0
 public static ProfiledDbCommand AsProfiledDbCommand(this DbCommand dbCommand, IDbProfiler dbProfiler = null) => dbCommand.AsProfiledDbCommand(dbCommand.Connection, dbProfiler);