IDatabaseGetQuoteLine Method |
Get an existing QuoteLine by its quoteline_id
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
SyntaxSOQuoteLine GetQuoteLine(
int i_QuoteId
)
Function GetQuoteLine (
i_QuoteId As Integer
) As SOQuoteLine
Dim instance As IDatabase
Dim i_QuoteId As Integer
Dim returnValue As SOQuoteLine
returnValue = instance.GetQuoteLine(i_QuoteId)
SOQuoteLine^ GetQuoteLine(
[InAttribute] int i_QuoteId
)
Parameters
- i_QuoteId
- Type: SystemInt32
Return Value
Type:
SOQuoteLine
See Also