Method TryGetValue
| Improve this Doc View SourceTryGetValue(DataRow, out IDataValidationErrors)
Attempts to get the valiation errors that is associated with the specified DataRow.
Declaration
bool TryGetValue(DataRow dataRow, out IDataValidationErrors value)
Parameters
| Type | Name | Description |
|---|---|---|
| DataRow | dataRow | The specified DataRow. |
| IDataValidationErrors | value | The validation errors that is associated with the specified DataRow. |
Returns
| Type | Description |
|---|---|
| System.Boolean | true if DataRow and its validation error exists, otherwise false. |