RecordSet Contains Method NReco.Data Class Library Documentation
Determines whether the specified row is present in this RecordSet.

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

public bool Contains(
	RecordSet Row row
)

Return Value

Type: Boolean

Implements

ICollection T  Contains(T)
See Also