Method Validate
| Improve this Doc View SourceValidate(Boolean, Int32)
Validates all DataRow objects in this DataSet.
Declaration
public IDataValidationResults Validate(bool recursive = true, int maxErrorRows = 100)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | recursive | Determines whether child DataSet should also be validated. |
| System.Int32 | maxErrorRows | Specifies the maxium number of rows which will contain validation error. |
Returns
| Type | Description |
|---|---|
| IDataValidationResults | The validation result. |