Click or drag to resize
QueryClientDataMapper Property
The IDataMapper to use for mapping the output stream to a Type.

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

Property Value

Type: IDataMapper

Implements

IQueryClientDataMapper
See Also