RecordSet ColumnCollection Contains Method NReco.Data Class Library Documentation
Checks whether the collection contains a column with the specified name.

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

public bool Contains(
	string columnName
)

Return Value

Type: Boolean
true if a column exists with this name; otherwise, false.
See Also