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