Skip to main content

IWrappedDataReader

Describes a reader that controls the lifetime of both a command and a reader, exposing the downstream command/reader as properties.

Assembly: ServiceStack.OrmLite.dll
View Source
Declaration
public interface IWrappedDataReader

Properties

Reader

Obtain the underlying reader

View Source
Declaration
IDataReader Reader { get; }

Command

Obtain the underlying command

View Source
Declaration
IDbCommand Command { get; }