Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IObjectQuery.GetRow Method 

Gets an IObjectQueryRow object representing the specified row.

IObjectQueryRow GetRow(
   int row
);

Parameters

row
The index of the row to retrieve (indices are zero-based).

Return Value

An IObjectQueryRow object representing the row.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException The row index is out of range.

See Also

IObjectQuery Interface | Plumtree.Remote.PRC Namespace