IDataMapper.Map<T> Method Couchbase .NET SDK 2.0
Maps the entire results

Namespace: Couchbase.Views
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
T Map<T>(
	Stream stream
)

Parameters

stream
Type: System.IO.Stream
The Stream results of the query.
Type Parameters

Return Value

Type: T
An object deserialized to it's T type.
See Also