Logi Composer
Documentation
Getting Started
Knowledge Base
Forums
Logi Report
Documentation
Getting Started
Knowledge Base
Forums
Logi Report API Doc
Logi Info
Documentation
Getting Started
Knowledge Base
Forums
Logi Info Sample Center
Logi Info Upgrade Advisor
Other Products
Izenda
Exago
Support
Submit a Ticket Request
View Support Tickets
License Manager
Product Download
Forums
Events
☰
Attribute Details: SPReturnType
Back
Sets the return type for a Procedure.SP element.
"ReturnValue" will return only the first column of the first row (if any). Additional columns or rows are ignored.
Access this value with an @Procedure "rdReturnValue" token, for example:
@Procedure.myProcedureId.rdReturnValue~
"FirstRow" returns the first row of data returned by the stored procedure. Access the values of the first row with @Procedure tokens. For example:
@Procedure.myProcedureId.someColumnName~
"ReturnValue" is the default value for SPReturnType.
POTENTIAL VALUES
FirstRow
ReturnValue
PARENT ELEMENTS
Click element to drill down for more information.
Procedure.SP
Back to top
Your session will automatically end soon.
Continue the Session