matchingRowsQuery property

  1. @TagNumber(6)
FFPostgresQuery get matchingRowsQuery

@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);
  1. @TagNumber(6)
set matchingRowsQuery (FFPostgresQuery value)

Implementation

@$pb.TagNumber(6)
set matchingRowsQuery(FFPostgresQuery value) => $_setField(6, value);