Click or drag to resize

DatabaseClassGetQuote Method

Get an existing Quote by its quote_id

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public virtual SOQuote GetQuote(
	int i_QuoteId
)

Parameters

i_QuoteId
Type: SystemInt32

Return Value

Type: SOQuote

Implements

IDatabaseGetQuote(Int32)
See Also