IQueryClientDataMapper Property |
The
IDataMapper to use for mapping the output stream to a Type.
Namespace: Couchbase.N1QLAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIDataMapper DataMapper { get; set; }
Property DataMapper As IDataMapper
Get
Set
property IDataMapper^ DataMapper {
IDataMapper^ get ();
void set (IDataMapper^ value);
}
abstract DataMapper : IDataMapper with get, set
Property Value
Type:
IDataMapper
See Also