Click or drag to resize
SqlMapperGridReaderReadTFirst, TSecond, TThird, TFourth, TReturn Method (FuncTFirst, TSecond, TThird, TFourth, TReturn, String, Boolean)
Read multiple objects from a single record set on the grid

Namespace: Dapper
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IEnumerable<TReturn> Read<TFirst, TSecond, TThird, TFourth, TReturn>(
	Func<TFirst, TSecond, TThird, TFourth, TReturn> func,
	string splitOn = "id",
	bool buffered = true
)

Parameters

func
Type: SystemFuncTFirst, TSecond, TThird, TFourth, TReturn
splitOn (Optional)
Type: SystemString
buffered (Optional)
Type: SystemBoolean

Type Parameters

TFirst
TSecond
TThird
TFourth
TReturn

Return Value

Type: IEnumerableTReturn
See Also