Click or drag to resize

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
C#
[ObsoleteAttribute("Use LINQ ElementAt")]
public QueryRow GetRow(
	int index
)

Parameters

index
Type: SystemInt32
Index.

Return Value

Type: QueryRow
The QueryRow at the specified index in the results.
See Also