Method Remove
| Improve this Doc View SourceRemove(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)