Property Item
| Improve this Doc View SourceItem[DataRow]
Gets the validation errors for specified DataRow.
Declaration
IDataValidationErrors this[DataRow dataRow] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| DataRow | dataRow | The specified DataRow. |
Property Value
| Type | Description |
|---|---|
| IDataValidationErrors | The validation errors of the specified DataRow. |