Show / Hide Table of Contents

Method Contains

| Improve this Doc View Source

Contains(DataRow)

Determines whether this DataSet contains specified DataRow.

Declaration
public bool Contains(DataRow dataRow)
Parameters
Type Name Description
DataRow dataRow

The specified DataRow.

Returns
Type Description
System.Boolean

true if this DataSet contains specified DataRow, otherwise false.

Implements
System.Collections.Generic.ICollection<T>.Contains(T)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest