Click or drag to resize
SqlMapperGridReader Class
The grid reader provides interfaces for reading multiple result sets from a Dapper query
Inheritance Hierarchy
SystemObject
  DapperSqlMapperGridReader

Namespace: Dapper
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class GridReader : IDisposable

The SqlMapperGridReader type exposes the following members.

Properties
  NameDescription
Public propertyIsConsumed
Has the underlying reader been consumed?
Top
Methods
  NameDescription
Public methodDispose
Dispose the grid, closing and disposing both the underlying reader and command.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRead(Type, Boolean)
Read the next grid of results
Public methodReadT
Read the next grid of results
Public methodReadT(Boolean)
Read the next grid of results
Public methodReadTFirst, TSecond, TReturn(FuncTFirst, TSecond, TReturn, String, Boolean)
Read multiple objects from a single record set on the grid
Public methodReadTFirst, TSecond, TThird, TReturn(FuncTFirst, TSecond, TThird, TReturn, String, Boolean)
Read multiple objects from a single record set on the grid
Public methodReadTFirst, TSecond, TThird, TFourth, TReturn(FuncTFirst, TSecond, TThird, TFourth, TReturn, String, Boolean)
Read multiple objects from a single record set on the grid
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also