Click or drag to resize
ReaderBaseItem Property
Returns the current column value for a given column index.

Namespace: DataStreams.Common
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public string this[
	int columnIndex
] { get; }

Parameters

columnIndex
Type: SystemInt32

Property Value

Type: String
Exceptions
ExceptionCondition
ObjectDisposedException Methods were called after the object has been disposed.
See Also