failingRowsQuery property
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);
Implementation
@$pb.TagNumber(10)
set failingRowsQuery($core.String v) {
$_setString(6, v);
}