Method IsNull
| Improve this Doc View SourceIsNull(Column)
Determines whether specified column value is null.
Declaration
public static _Boolean IsNull(this Column x)
Parameters
Type | Name | Description |
---|---|---|
Column | x | The column. |
Returns
Type | Description |
---|---|
_Boolean | A _Boolean column which contains the result. |