Click or drag to resize

IDataMapperMapT Method

Maps the entire results

Namespace:  Couchbase.Core.DataMapping
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
T Map<T>(
	Stream stream
)
where T : class

Parameters

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

Type Parameters

T
The IViewResultTKey, TValue's Type parameter.

Return Value

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