Свойство | Type | Description | |
---|---|---|---|
MaxNumWh | int | ||
NumWh | int | ||
Sqlconn | string |
Méthode | Description | |
---|---|---|
BuildCustomerTable ( ) : void |
/************************************************************************************************ Populate CUSTOMER table By Wesley D. Brown Date 11/24/2007 Mod **Description** Functions: **End Discription** **Change Log** **End Change Log** ************************************************************************************************/
|
|
BuildDistrictTable ( ) : void |
/************************************************************************************************ Populate DISTRICT table By Wesley D. Brown Date 11/24/2007 Mod **Description** Functions: **End Discription** **Change Log** **End Change Log** ************************************************************************************************/
|
|
BuildHistoryTable ( ) : void |
/************************************************************************************************ Populate HISTORY table By Wesley D. Brown Date 11/24/2007 Mod **Description** Functions: **End Discription** **Change Log** **End Change Log** ************************************************************************************************/
|
|
BuildItemsTable ( ) : void |
/************************************************************************************************ Populate ITEM table By Wesley D. Brown Date 11/24/2007 Mod **Description** Functions: **End Discription** **Change Log** **End Change Log** ************************************************************************************************/
|
|
BuildNewOrderTable ( ) : void |
/************************************************************************************************ Populate NEW_ORDER table By Wesley D. Brown Date 11/24/2007 Mod **Description** Functions: **End Discription** **Change Log** **End Change Log** ************************************************************************************************/
|
|
BuildOrderLineTable ( ) : void |
/************************************************************************************************ Populate ORDER_LINE table By Wesley D. Brown Date 11/24/2007 Mod **Description** Functions: **End Discription** **Change Log** **End Change Log** ************************************************************************************************/
|
|
BuildOrderTable ( ) : void |
/************************************************************************************************ Populate O_ORDER table By Wesley D. Brown Date 11/24/2007 Mod **Description** Functions: **End Discription** **Change Log** **End Change Log** ************************************************************************************************/
|
|
BuildStockTable ( ) : void |
/************************************************************************************************ Populate STOCK table By Wesley D. Brown Date 11/24/2007 Mod **Description** Functions: **End Discription** **Change Log** **End Change Log** ************************************************************************************************/
|
|
BuildWarehouseTable ( ) : void |
/************************************************************************************************ Populate WAREHOUSE table By Wesley D. Brown Date 11/24/2007 Mod **Description** Functions: **End Discription** **Change Log** **End Change Log** ************************************************************************************************/
|
Méthode | Description | |
---|---|---|
RandZip ( ) : String |
Generates a random zip code string with the given length
|
|
RandomString ( int strMin, int strMax ) : String |
Generates a random string with the given length
|