GridReader.Read Method |
Name | Description | |
---|---|---|
![]() | Read<T>() |
Read the next grid of results
|
![]() | Read<T>(Boolean) |
Read the next grid of results
|
![]() | Read(Type, Boolean) |
Read the next grid of results
|
![]() | Read<TFirst, TSecond, TReturn>(Func<TFirst, TSecond, TReturn>, String, Boolean) |
Read multiple objects from a single record set on the grid
|
![]() | Read<TFirst, TSecond, TThird, TReturn>(Func<TFirst, TSecond, TThird, TReturn>, String, Boolean) |
Read multiple objects from a single record set on the grid
|
![]() | Read<TFirst, TSecond, TThird, TFourth, TReturn>(Func<TFirst, TSecond, TThird, TFourth, TReturn>, String, Boolean) |
Read multiple objects from a single record set on the grid
|