Show / Hide Table of Contents

Method IsNull

| Improve this Doc View Source

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

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