Method | Description | |
---|---|---|
AddCategory ( string name ) : long | ||
AddCustomer ( string name ) : long | ||
AddCustomerData ( string customer, int orders ) : void | ||
AddDefaultData ( ) : void | ||
AddEmployee ( string firstName, string lastName, System.DateTime birthday, bool isAlive, long reportsTo ) : long | ||
AddEntity ( string pre ) : long | ||
AddOrder ( long customer, string title ) : long | ||
AddOrderLine ( long order, string title ) : long | ||
AddProduct ( string name, long category ) : long | ||
Create ( ) : void | ||
DropAllTables ( ) : void | ||
NorthwindDatabase ( IDbConnection connection ) : System | ||
ToString ( System.DateTime dateValue ) : string |
public AddCustomerData ( string customer, int orders ) : void | ||
customer | string | |
orders | int | |
return | void |
public AddEmployee ( string firstName, string lastName, System.DateTime birthday, bool isAlive, long reportsTo ) : long | ||
firstName | string | |
lastName | string | |
birthday | System.DateTime | |
isAlive | bool | |
reportsTo | long | |
return | long |
public AddOrder ( long customer, string title ) : long | ||
customer | long | |
title | string | |
return | long |
public AddOrderLine ( long order, string title ) : long | ||
order | long | |
title | string | |
return | long |
public AddProduct ( string name, long category ) : long | ||
name | string | |
category | long | |
return | long |
public NorthwindDatabase ( IDbConnection connection ) : System | ||
connection | IDbConnection | |
return | System |
public ToString ( System.DateTime dateValue ) : string | ||
dateValue | System.DateTime | |
return | string |