queryAnyWith method

  1. @deprecated
Future<Row?> queryAnyWith(
  1. Iterable<String>? fields,
  2. String otype,
  3. String? whereClause, [
  4. Map<String, dynamic>? whereValues,
  5. String? fromClause,
  6. String? shortcut,
  7. AccessOption? option,
])

Implementation

@deprecated
Future<Row?> queryAnyWith(Iterable<String>? fields, String otype,
    String? whereClause, [Map<String, dynamic>? whereValues,
    String? fromClause, String? shortcut, AccessOption? option])
=> queryAnyFrom(fields, fromClause ?? otype, whereClause,
    whereValues, shortcut, option);