IQueryClient.DataMapper Property Couchbase .NET SDK 2.0
The IDataMapper to use for mapping the output stream to a Type.

Namespace: Couchbase.N1QL
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
IDataMapper DataMapper { get; set; }

Property Value

Type: IDataMapper
See Also