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


 Chart Debug