Interface ISourceReader
- Namespace
- Dynamicweb.DataIntegration.Integration.Interfaces
- Assembly
- Dynamicweb.DataIntegration.dll
Defines methods for objects aimed to read data from data source
public interface ISourceReader : IDisposable
- Inherited Members
Methods
GetNext()
Gets the next line.
Dictionary<string, object> GetNext()
Returns
IsDone()
Determines whether this instance is done reading from the source.
bool IsDone()
Returns
- bool
true
if this instance is done; otherwise,false
.