Click or drag to resize

QueryRowValueAsT Method

Returns the value of the QueryRow and interprets it as the given type

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public T ValueAs<T>()

Type Parameters

T
The type to interpret the result as

Return Value

Type: T
The value of the QueryRow and interprets it as the given type.
See Also