toLowerCase method
Converts the string to lower case.
This is equivalent to LOWER(this) in SQL.
Warning
For non-ascii characters the behavior may depend on database specifics and configuration.
Implementation
Expr<String> toLowerCase() => ExpressionStringToLowerCase(this);