IDataMapperMapAllT Method |
Maps the entire results
Namespace: Couchbase.ViewsAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxList<T> MapAll<T>(
Stream stream
)
Function MapAll(Of T) (
stream As Stream
) As List(Of T)
generic<typename T>
List<T>^ MapAll(
Stream^ stream
)
abstract MapAll :
stream : Stream -> List<'T>
Parameters
- stream
- Type: System.IOStream
The Stream results of the query.
Type Parameters
- T
- The IViewResultT's Type paramater.
Return Value
Type:
ListTAn collection typed to it's T Type value.
See Also