Employee Methods |
The Employee type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
Add an employee data record to database
| |
| Delete |
Delete an employee data item by ID
| |
| GetAll |
Gives a list of employees
| |
| GetByID |
Gives an employee data item by ID
| |
| GetByName |
Gives an employee data item by Name
| |
| GetByUID |
Gives a employee data item by UID
| |
| Update |
Update employee data
|