Method Add
| Improve this Doc View SourceAdd(RowAsyncValidator)
Adds the specified validator into this collection.
Declaration
IRowAsyncValidators Add(RowAsyncValidator value)
Parameters
Type | Name | Description |
---|---|---|
RowAsyncValidator | value | The validator to add. |
Returns
Type | Description |
---|---|
IRowAsyncValidators | A new set if there is any modification to current sealed collection; otherwise, the current collection. |