virtual bool CRBaseEx::GetRowsAtRatio(ULONG nNumerator, ULONG nDenominator);

Return Value

        true if successful; otherwise false.

Parameters

        [in] nNumerator:

                A data.

        [in] nDenominator:

                A data which is larger than or equal to nNumerator. Additionally, it can't be zero.

Remark

        Fetches rows starting from a fractional (nNumerator/nDenominator) position in the rowset. Refers to IRowsetScroll::GetRowsAtRatio. For how to use it, see the example Scroll.

CRBaseEx Class Overview & Class Members