KREDOR Business Object Framework Documentation

SelectFrom.Top Method 

Gets a SelectFrom instance specifying the number of rows (objects) to return.

public SelectFrom Top(
   Int32 number
);

Parameters

Int32
The number of rows (objects) to return.

Return Value

A SelectFrom instance specifying how many rows (objects) to return.

Remarks

Must be accompanied by a call to OrderBy().

See Also

SelectFrom Class | Kredor.BO Namespace | ArrayList