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

Inserts auto rental expense detail item created inside an expense into the database.

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

Syntax

C#
public int InsertExpenseAutorentalInfo(
	ExpenseAutorentalInfo eari
)
Visual Basic (Declaration)
Public Function InsertExpenseAutorentalInfo ( _
	eari As ExpenseAutorentalInfo _
) As Integer
Visual C++
public:
int InsertExpenseAutorentalInfo(
	ExpenseAutorentalInfo^ eari
)

Parameters

eari
Type: OfficeClip.BusinessLayer.TE..::.ExpenseAutorentalInfo
Instance of the ExpenseAutorentalInfo object containing all the details of an auto rental expense detail item. ExpenseAutorentalInfo

Return Value

0 when successful, -1 in case of an error.

See Also