Plumtree EDK (Enterprise Web Development Kit) 5.4.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 if the row index is out of range

See Also

IObjectQuery Interface | Plumtree.Remote.PRC Namespace