failingRowsQuery property

  1. @TagNumber.new(10)
String get failingRowsQuery

The query to find rows that did not pass this rule. Only applies to ColumnMap and RowCondition rules.

Implementation

@$pb.TagNumber(10)
$core.String get failingRowsQuery => $_getSZ(6);
  1. @TagNumber.new(10)
set failingRowsQuery (String v)

Implementation

@$pb.TagNumber(10)
set failingRowsQuery($core.String v) {
  $_setString(6, v);
}