public static IDbConnection NewConnection(RowFieldsBase fields)
 {
     return(SqlConnections.NewByKey(fields.connectionKey));
 }