virtual bool CORow::DeleteColumns(ULONG nCols, const DBID pColIDs[], DBSTATUS *pnStatus=NULL);

Return Value

        true if successful; otherwise false.

Parameters

        [in] nCols:

                Count of columns specified in the pColIDs array.

        [in] pColIDs:

                A pointer to a consumer-allocated array of nCols named columns to be deleted.

        [in/out] pnStatus:

                A pointer to an optional consumer-allocated array of nCols status fields indicating whether the value of the corresponding element of pColIDs was deleted.

Remark

        Deletes one or more specified columns from a row. Refers to IRowSchemaChange::DeleteColumns.

CORow Class Overview & Class Members