Click or drag to resize
IDataMapperMapAllT Method
Maps the entire results

Namespace: Couchbase.Views
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
List<T> MapAll<T>(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The Stream results of the query.

Type Parameters

T
The IViewResultT's Type paramater.

Return Value

Type: ListT
An collection typed to it's T Type value.
See Also