Click or drag to resize
GridReader.Read Method
Overload List
  NameDescription
Public methodRead<T>()
Read the next grid of results
Public methodRead<T>(Boolean)
Read the next grid of results
Public methodRead(Type, Boolean)
Read the next grid of results
Public methodRead<TFirst, TSecond, TReturn>(Func<TFirst, TSecond, TReturn>, String, Boolean)
Read multiple objects from a single record set on the grid
Public methodRead<TFirst, TSecond, TThird, TReturn>(Func<TFirst, TSecond, TThird, TReturn>, String, Boolean)
Read multiple objects from a single record set on the grid
Public methodRead<TFirst, TSecond, TThird, TFourth, TReturn>(Func<TFirst, TSecond, TThird, TFourth, TReturn>, String, Boolean)
Read multiple objects from a single record set on the grid
Top
See Also