RecordSet Remove Method NReco.Data Class Library Documentation
Removes the row from this RecordSet.

Namespace: NReco.Data
Assembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax

public bool Remove(
	RecordSet Row r
)

Return Value

Type: Boolean
true if row was successfully removed from the RecordSet; otherwise, false.

Implements

ICollection T  Remove(T)
See Also