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

Returns the payroll overheads

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

Syntax

C#
public DataTable GetPayrollOverheads(
	int groupId,
	int payrollCategoryId
)
Visual Basic (Declaration)
Public Function GetPayrollOverheads ( _
	groupId As Integer, _
	payrollCategoryId As Integer _
) As DataTable
Visual C++
public:
DataTable^ GetPayrollOverheads(
	int groupId, 
	int payrollCategoryId
)

Parameters

groupId
Type: System..::.Int32
Theunique id of the group
payrollCategoryId
Type: System..::.Int32
The unique id of the payroll category

Return Value

The datatable of payroll overheads

See Also