matchingRowsQuery property
@doc For update and delete actions, specifies a query used to only affect @doc the matching rows.
Implementation
@$pb.TagNumber(6)
FFPostgresQuery get matchingRowsQuery => $_getN(5);
Implementation
@$pb.TagNumber(6)
set matchingRowsQuery(FFPostgresQuery value) => $_setField(6, value);