Show / Hide Table of Contents

Method IsNull

| Improve this Doc View Source

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

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