Method IsValid
| Improve this Doc View SourceIsValid(Column, DataRow)
Determines whether the specified column value is valid.
Declaration
protected abstract bool IsValid(Column column, DataRow dataRow)Parameters
| Type | Name | Description | 
|---|---|---|
| Column | column | The column. | 
| DataRow | dataRow | The data row. | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | true if data value is valid, otherwise false. |