length property

Expr<int> get length

Get the length of the string.

This is equivalent to LENGTH(this) in SQL.

Implementation

Expr<int> get length => ExpressionStringLength(this);