Class BaseSourceReader
- Namespace
- Dynamicweb.DataIntegration.Integration
- Assembly
- Dynamicweb.DataIntegration.dll
Base source reader
public class BaseSourceReader : ISourceReader, IDisposable
- Inheritance
-
BaseSourceReader
- Implements
- Inherited Members
Methods
Close()
Closes reader
public void Close()
Dispose()
Frees all used resoures
public void Dispose()
GetNext()
Gets next enumerator item
public Dictionary<string, object> GetNext()
Returns
IsDone()
Shows if read is done
public bool IsDone()