C# 클래스 DataAccessModule.ProductList

파일 보기 프로젝트 열기: jasonhuber/devryweb460store

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
AddToWhereClause ( string &P_str, string P_columnName, string P_parmValue ) : void

메소드 상세

GetProductList() 공개 메소드

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
리턴 List

ProductList() 공개 메소드

public ProductList ( ) : System
리턴 System