menu
tunder package
documentation
database.dart
Query<T>
orWhere method
orWhere method
dark_mode
light_mode
orWhere
method
Where
orWhere
(
String
column
)
Implementation
Where orWhere(String column) { final _where = Where(column); or(_where); return _where; }
tunder package
documentation
database
Query<T>
orWhere method
Query class