KREDOR Business Object Framework Documentation

SelectFrom.Percent Method 

Returns the current SelectFrom instance modified to return the specified percent of rows (objects).

public SelectFrom Percent(
   Int32 percent
);

Parameters

Int32
The percent of rows to return.

Return Value

A SelectFrom instance specifying the percent of rows (objects) to return.

Remarks

Must be accompanied by a call to OrderBy().

See Also

SelectFrom Class | Kredor.BO Namespace | ArrayList