TransformReaderRead Method |
Advances the reader to the next record.
Namespace: Dundas.BI.Data.DataRetrievalAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxPublic Function Read As Boolean
public:
virtual bool Read() sealed
abstract Read : unit -> bool
override Read : unit -> bool
Return Value
Boolean if there are more rows; otherwise,
.
Implements
IReaderRead
See Also