Click or drag to resize
IDataMapperMapT Method
Maps a single row.

Namespace: Couchbase.Views
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
T Map<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: T
An object deserialized to it's T type.
See Also