C# Class DataAccessModule.ProductList

Show file Open project: jasonhuber/devryweb460store

Public Methods

Method Description
GetProductList ( DAConnect P_connection ) : List

This method will get a list of products. Any attributes set will be use for the where clause. If no attributes are selected then all products will be returned.

ProductList ( ) : System

Private Methods

Method Description
AddToWhereClause ( string &P_str, string P_columnName, string P_parmValue ) : void

Method Details

GetProductList() public method

This method will get a list of products. Any attributes set will be use for the where clause. If no attributes are selected then all products will be returned.
public GetProductList ( DAConnect P_connection ) : List
P_connection DAConnect
return List

ProductList() public method

public ProductList ( ) : System
return System