Method IsNull
| Improve this Doc View SourceIsNull(Column)
Determines whether data value of specified column is null.
Declaration
public bool IsNull(Column column)
Parameters
| Type | Name | Description |
|---|---|---|
| Column | column | The column. |
Returns
| Type | Description |
|---|---|
| System.Boolean | true if data value of specified column is null, otherwise false. |