Determines whether the specified row is present in this
RecordSet.
Namespace: NReco.DataAssembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
public bool Contains(
RecordSet Row row
)
public bool Contains(
RecordSet..::..Row row
)
Public Function Contains (
row As RecordSet Row
) As Boolean
Public Function Contains (
row As RecordSet..::..Row
) As Boolean
public:
virtual bool Contains(
RecordSet Row^ row
) sealed
public:
virtual bool Contains(
RecordSet..::..Row^ row
) sealed
abstract Contains :
row : RecordSet Row -> bool
override Contains :
row : RecordSet Row -> bool
abstract Contains :
row : RecordSet..::..Row -> bool
override Contains :
row : RecordSet..::..Row -> bool
Return Value
Type:
BooleanImplements
ICollection T Contains(T)