[This is preliminary documentation and is subject to change.]
Deletes all the details corresponding to a particular expense identified by ExpenseId.
Namespace:
OfficeClip.DBLayer.TEAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public int DeleteExpenseDetails( int expenseId ) |
| Visual Basic (Declaration) |
|---|
Public Function DeleteExpenseDetails ( _ expenseId As Integer _ ) As Integer |
| Visual C++ |
|---|
public: int DeleteExpenseDetails( int expenseId ) |
Parameters
- expenseId
- Type: System..::.Int32
Id of a particular expense for which all the details are to be deleted.
