Table of Contents

Interface ISimpleParser<T>

Namespace
Rinku.Mapping.Parsers
Assembly
Rinku.dll

The typed form of ISimpleParser. It reads one row without advancing the reader.

public interface ISimpleParser<T> : ISimpleParser, IStepParser<T>, ITypeParser<T>, ITypeParser, IDisposable

Type Parameters

T
Inherited Members
Extension Methods

Properties

RowParser

Gets the delegate that reads the current row without advancing the reader.

Func<DbDataReader, T> RowParser { get; }

Property Value

Func<DbDataReader, T>