sqlExpression property

String? sqlExpression
final

SQL expression equivalent of transform (UPDATE t SET name = <expr>). Required for the SQL migration path; ignored by the map-based path.

Implementation

final String? sqlExpression;