Click or drag to resize
ReaderBaseValues Property
Returns the columns values for the current record as a string array.

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

Property Value

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