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 |
---|---|---|
Data |
dataRow | The specified DataRow. |
IData |
value | The validation errors that is associated with the specified DataRow. |
Returns
Type | Description |
---|---|
System. |
true if DataRow and its validation error exists, otherwise false. |