RecordSet Row Item Property (RecordSet Column)NReco.Data Class Library Documentation

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

public Object this[
	RecordSet Column column
] { get; set; }

Return Value

Type: Object
An object that contains column value for this row.
See Also