sqlWhere property

String? sqlWhere
final

SQL WHERE clause (without the keyword) scoping the UPDATE statements generated for the SQL migration path — the SQL counterpart of where. Ignored by the map-based path.

Implementation

final String? sqlWhere;