Maps a single row.
Namespace: Couchbase.ViewsAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxT Map<T>(
Stream stream
)
Function Map(Of T) (
stream As Stream
) As T
generic<typename T>
T Map(
Stream^ stream
)
abstract Map :
stream : Stream -> 'T
Parameters
- stream
- Type: System.IOStream
The Stream results of the query.
Type Parameters
- T
- The IViewResultT's Type paramater.
Return Value
Type:
TAn object deserialized to it's T type.
See Also