/ Assembly List / LJCSalesDAL / ProductManager

Namespace - LJCSalesDAL


Syntax

C#
public class ProductManager : ObjectManager<Product, Products>

Provides Product ObjectManager data methods.

Public Methods
#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.
6 Methods

Private Methods
GetIDKey Missing Summary
GetProductNumberKey Missing Summary
2 Methods

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.