virtual bool COTable<T>::Delete(bool bAll=false);

Return Value

        true if successful; otherwise false.

Parameter

        [in] bAll:

                A boolean value indicating if all records of obtained row handles should be deleted.

Remark

        Deletes a set of records or one record. If bAll is true, deletes all of records of obtained row handles; otherwise just deletes the current record.

COTable<T> Class Overview & Class Members