Share via


CatDisplayCategoryTable.parentCategoryChanged Method

Compares the ParentCategory field between the cached copy and the database copy of this record to see whether they are different.

Syntax

public CatDisplayCategoryTable parentCategoryChanged(CatDisplayCategoryTable _thisFromDB)

Run On

Called

Parameters

  • _thisFromDB
    Type: CatDisplayCategoryTable Table
    The uninitialized buffer to fill with information from the database.
    This is in effect an output parameter.

Return Value

Type: CatDisplayCategoryTable Table
The database copy of the parent record if the ParentCategory has changed; otherwise, an empty buffer.

See Also

Reference

CatDisplayCategoryTable Table