Namespace: Couchbase.ViewsAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic interface IDataMapper
Public Interface IDataMapper
public interface class IDataMapper
type IDataMapper = interface end
The IDataMapper type exposes the following members.
Methods
| Name | Description |
---|
 | MapT |
Maps a single row.
|
 | MapAllT |
Maps the entire results
|
Top
See Also