QueryEnumeratorGetRow Method |
Note: This API is now obsolete.
Gets the
QueryRow at the specified index in the results.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax [ObsoleteAttribute("Use LINQ ElementAt")]
public QueryRow GetRow(
int index
)
Parameters
- index
- Type: SystemInt32
Index.
Return Value
Type:
QueryRowThe
QueryRow at the specified index in the results.
See Also