Method WithFlushingValidator
| Improve this Doc View SourceWithFlushingValidator(Func<T, String>)
Sets flushing validator.
Declaration
public RowInput<T> WithFlushingValidator(Func<T, string> flushingValidator)
Parameters
Type | Name | Description |
---|---|---|
System.Func<T, System.String> | flushingValidator | The flushing validator. |
Returns
Type | Description |
---|---|
RowInput<T> | This row input for fluent coding. |