StringFilters<T extends String> extension
Built in filters for int/double columns
- on
Methods
-
contains(
T value, {bool caseInsensitive = true}) → Expression< bool> -
Available on ColumnFilters<
Create a filter to check if the this text column contains a substringString> , provided by the StringFilters extension -
endsWith(
T value, {bool caseInsensitive = true}) → Expression< bool> -
Available on ColumnFilters<
Create a filter to check if the this text column ends with a substringString> , provided by the StringFilters extension -
startsWith(
T value, {bool caseInsensitive = true}) → Expression< bool> -
Available on ColumnFilters<
Create a filter to check if the this text column starts with a substringString> , provided by the StringFilters extension