C# Класс DataAccessModule.ProductList

Показать файл Открыть проект

Открытые методы

Метод Описание
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