Click or drag to resize

Employee Class

Data Employee handling
Inheritance Hierarchy
SystemObject
  Velo.DataEmployee

Namespace:  Velo.Data
Assembly:  Velo.Data (in Velo.Data.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public static class Employee

The Employee type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAdd
Add an employee data record to database
Public methodStatic memberDelete
Delete an employee data item by ID
Public methodStatic memberGetAll
Gives a list of employees
Public methodStatic memberGetByID
Gives an employee data item by ID
Public methodStatic memberGetByName
Gives an employee data item by Name
Public methodStatic memberGetByUID
Gives a employee data item by UID
Public methodStatic memberUpdate
Update employee data
Top
Remarks
The name Order is a SQL keyword so write [Order] into a SQL statement.
See Also