Method Add
| Improve this Doc View SourceAdd(DataValidationResult)
Adds data validation result into this collection.
Declaration
IDataValidationResults Add(DataValidationResult value)
Parameters
| Type | Name | Description |
|---|---|---|
| DataValidationResult | value | The value to add. |
Returns
| Type | Description |
|---|---|
| IDataValidationResults | This collection if it's not sealed, otherwise a new collection will be created and returned. |