Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite.Query
Result Class
Result Properties
Item Property
Item Property (Int32)
Item Property (String)
Result
Item Property (Int32)
Gets the value of the given index, or lack thereof, wrapped inside of a
IFragment
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
Copy
public
IFragment
this
[
int
index
] {
get
; }
Parameters
index
Type:
System
Int32
The index to check
Return Value
Type:
IFragment
The value of the given index, or lack thereof
Implements
IArrayFragment
Item
Int32
See Also
Reference
Result Class
Item Overload
Couchbase.Lite.Query Namespace