Click or drag to resize
IEmployeeApiDeleteEmployee Method
Deletes an employee.

Namespace: AMG.API
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
int DeleteEmployee(
	int id
)

Parameters

id
Type: SystemInt32
Employee ID.

Return Value

Type: Int32
Returns number of deleted database rows.
See Also