| C# |
|---|
| public class ProductManager : ObjectManager<Product, Products> |
| #ctor | Initializes an object instance. |
| GetJoins | Creates and returns the Load Joins object. |
| IsDuplicate | Check for duplicate unique key. |
| RetrieveWithID | Retrieves a Data Record with the supplied value. |
| RetrieveWithProductNumber | Retrieves a Data Record with the supplied name value. |
| SetOrderBy | Sets the OrderBy Names. |
| GetIDKey | Missing Summary |
| GetProductNumberKey | Missing Summary |