whereIn static method
Implementation
static Query<$OrmMigrationRecord> whereIn(
String column,
List<dynamic> values, {
String? connection,
}) => Model.whereIn<$OrmMigrationRecord>(
column,
values,
connection: connection,
);
static Query<$OrmMigrationRecord> whereIn(
String column,
List<dynamic> values, {
String? connection,
}) => Model.whereIn<$OrmMigrationRecord>(
column,
values,
connection: connection,
);