| C# |
|---|
| public class ProductCategoryManager : ObjectManager<ProductCategory, ProductCategories> |
| #ctor | Initializes an object instance. |
| IsDuplicate | Check for duplicate unique key. |
| RetrieveWithID | Retrieves a Data Record with the supplied value. |
| RetrieveWithName | Retrieves a Data Record with the supplied name value. |
| SetOrderBy | Sets the OrderBy Names. |
| GetIDKey | Missing Summary |
| GetNameKey | Missing Summary |