Interface ISimpleParser
Reads the current row through a delegate and never advances the reader.
public interface ISimpleParser : ITypeParser, IDisposable
- Inherited Members
- Extension Methods
Properties
RowParser
Gets the delegate that reads the current row without advancing the reader.
Delegate RowParser { get; }