RecordSet ColumnCollection Item Property (String)NReco.Data Class Library Documentation
Gets the RecordSet Column from the collection with the specified name.

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

public RecordSet Column this[
	string columnName
] { get; }

Property Value

Type: RecordSet Column
See Also