Method IsNull
| Improve this Doc View SourceIsNull(DataRow)
Determines whether the value of given DataRow is null.
Declaration
public abstract bool IsNull(DataRow dataRow)
Parameters
| Type | Name | Description |
|---|---|---|
| DataRow | dataRow | The DataRow object. |
Returns
| Type | Description |
|---|---|
| System.Boolean | true if the value of given DataRow is null, otherwise false. |