C# Class DataAccessModule.ProductList

Afficher le fichier Open project: jasonhuber/devryweb460store

Méthodes publiques

Méthode 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

Méthode Description
AddToWhereClause ( string &P_str, string P_columnName, string P_parmValue ) : void

Method Details

GetProductList() public méthode

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
Résultat List

ProductList() public méthode

public ProductList ( ) : System
Résultat System