[This is preliminary documentation and is subject to change.]
Gets all the Comments 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 ArrayList GetExpenseInfoComments( int expenseId ) |
| Visual Basic (Declaration) |
|---|
Public Function GetExpenseInfoComments ( _ expenseId As Integer _ ) As ArrayList |
| Visual C++ |
|---|
public: ArrayList^ GetExpenseInfoComments( int expenseId ) |
Parameters
- expenseId
- Type: System..::.Int32
Id of a paricular expense.
