Click or drag to resize
SqlMapperGridReaderRead Method (Type, Boolean)
Read the next grid of results

Namespace: Dapper
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IEnumerable<Object> Read(
	Type type,
	bool buffered = true
)

Parameters

type
Type: SystemType
buffered (Optional)
Type: SystemBoolean

Return Value

Type: IEnumerableObject
See Also