| C# |
|---|
| public class InventoryProductManager : ObjectManager<InventoryProduct, InventoryProducts> |
| #ctor | Initializes an object instance. |
| GetJoins | Creates and returns the Load Joins object. |
| LoadWithID | Retrieves a Data Record with the supplied value. |
| LoadWithJoins | Retrieves a collection of Data Records. |
| 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 |