[This is preliminary documentation and is subject to change.]

Update the payroll overheads

Namespace:  OfficeClip.DBLayer.TE
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public void UpdTePayrollOverheads(
	DataTable dt,
	int payrollCategoryId
)
Visual Basic (Declaration)
Public Sub UpdTePayrollOverheads ( _
	dt As DataTable, _
	payrollCategoryId As Integer _
)
Visual C++
public:
void UpdTePayrollOverheads(
	DataTable^ dt, 
	int payrollCategoryId
)

Parameters

dt
Type: System.Data..::.DataTable
The datatable of overheads
payrollCategoryId
Type: System..::.Int32
The unique id of the payroll category

See Also