Show / Hide Table of Contents

Method IsValid

| Improve this Doc View Source

IsValid(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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest