Show / Hide Table of Contents

Method Remove

| Improve this Doc View Source

Remove(DataRow)

Removes specified DataRow from this DataSet.

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

The specified DataRow.

Returns
Type Description
System.Boolean

true if DataRow removed successfully, otherwise false.

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